]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/firewall/rules.pl
firewall: rules.pl: Remove unused variable $time_constraints.
[people/teissler/ipfire-2.x.git] / 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');