]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
firewall: rules.pl: Remove unused variable $time_constraints.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Mar 2014 21:46:17 +0000 (22:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Mar 2014 21:46:17 +0000 (22:46 +0100)
config/firewall/rules.pl

index 2c692cc5f7ecc4cd3f8be56b12d6d6debb1ed65c..9b05e6a360c2b1700f28ecf5b4f3cc985ee018d7 100755 (executable)
@@ -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');