From d358285d569b9369bb6847b09bbc2a6820ee857e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 31 Jul 2011 11:34:46 -0700 Subject: [PATCH] Remove obsolete comment Signed-off-by: Tom Eastep --- 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 399621b68..4f6043a49 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -990,8 +990,6 @@ sub handle_icmptype_list( $$$$ ) { # # Chain reference , Rule [, Expand-long-port-lists ] # -# Returns a reference to the generated internal-form rule -# sub add_rule($$;$) { my ($chainref, $rule, $expandports) = @_;