Skip to content

Commit ab22d6b

Browse files
committed
Fix to remove useless variable declaration
1 parent dbe6d67 commit ab22d6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

authentic-init.pl

-1
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,6 @@ sub embed_product_branding
20622062
$cm_available);
20632063

20642064
# Set brand directory
2065-
$brand_name;
20662065
$brand_dir_default = "$root_directory/$current_theme/images/brand";
20672066
$brand_dir_custom = "$config_directory/$current_theme/brand";
20682067
$brand_dir = -r $brand_dir_custom ? $brand_dir_custom : $brand_dir_default;

0 commit comments

Comments
 (0)