Delete unused variable.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-06-04 15:34:25 -07:00
parent cb8e76b1d2
commit 254d2037ef

View File

@ -1120,8 +1120,6 @@ sub merge_rules( $$$ ) {
my $target = $fromref->{target};
my %added;
for my $option ( @unique_options ) {
if ( exists $fromref->{$option} ) {
push( @{$toref->{matches}}, $option ) unless exists $toref->{$option};