From 72fb0f1ab03ed0e5afe9b72e5b864fc454d993c5 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 16 Nov 2007 20:29:45 +0000 Subject: [PATCH] Remove unused global hash git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7677 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Chains.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall-perl/Shorewall/Chains.pm b/Shorewall-perl/Shorewall/Chains.pm index 0c64bd4d6..e3a59d7b5 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -220,7 +220,6 @@ our %interfaceaddr; our %interfaceaddrs; our %interfacenets; our %interfacebcasts; -our %interfacemacs; our @builtins = qw(PREROUTING INPUT FORWARD OUTPUT POSTROUTING); @@ -320,7 +319,6 @@ sub initialize() { %interfaceaddrs = (); %interfacenets = (); %interfacebcasts = (); - %interfacemacs = (); } INIT {