From f042c641d619e46f6ab6485dbb4a5b59cd8db59f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 15 Aug 2009 07:01:06 -0700 Subject: [PATCH] Remove extraneous export --- Shorewall/Perl/Shorewall/Rules.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 6b9a99ad6..47c14aff6 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -41,7 +41,6 @@ our @EXPORT = qw( process_tos setup_mac_lists process_rules generate_matrix - setup_mss compile_stop_firewall ); our @EXPORT_OK = qw( process_rule process_rule1 initialize );