From: Michael Tremer Date: Sun, 2 Mar 2014 21:46:17 +0000 (+0100) Subject: firewall: rules.pl: Remove unused variable $time_constraints. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=9f80e810729347d23386ae9837927bb2c8b9f1fe firewall: rules.pl: Remove unused variable $time_constraints. --- diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index 2c692cc5f..9b05e6a36 100755 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -172,8 +172,6 @@ sub buildrules { # Collect all destinations. my @destinations = &get_addresses($hash, $key, "tgt"); - my $time_constraints = ""; - # Check if logging should be enabled. my $LOG = ($$hash{$key}[17] eq 'ON');