firewall: rules.pl: Remove unused variable $time_constraints.

This commit is contained in:
Michael Tremer
2014-03-02 22:46:17 +01:00
parent d98aa95a55
commit 9f80e81072

View File

@@ -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');