mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 14:48:51 +01:00
Delete unused variable.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
cb8e76b1d2
commit
254d2037ef
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user