Delete unneeded 'my'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-08-25 14:36:53 -07:00
parent f5d1ec0243
commit dc73832570

View File

@ -3209,7 +3209,7 @@ sub convert_tos($$) {
} else {
unlink_tos( $fn );
}
} elsif ( -f ( my $fn = find_file( 'tos' ) ) ) {
} elsif ( -f ( $fn = find_file( 'tos' ) ) ) {
unlink_tos( $fn );
}
}