diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 9460d3537..89ffbd511 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -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};