diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 3fb4283e9..a8404f80e 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -40,7 +40,6 @@ our @ISA = qw(Exporter); our @EXPORT = qw( process_actions1 process_actions2 - process_rules ); @@ -157,7 +156,6 @@ sub normalize_action_name( $ ) { my ( $action, $loglevel) = split_action $target; normalize_action( $action, $loglevel, '' ); - } #