From 0d11ef7bdf7cfb69a837106f05a0e789ae71ed80 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 4 Aug 2026 15:44:53 -0700 Subject: [PATCH] delete a function that is not called --- shorewall/shorewall-lib.pl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/shorewall/shorewall-lib.pl b/shorewall/shorewall-lib.pl index d3f1ea2a1..9609cb3a5 100755 --- a/shorewall/shorewall-lib.pl +++ b/shorewall/shorewall-lib.pl @@ -11,7 +11,6 @@ use WebminCore; # Get the version $shorewall_version = &get_shorewall_version(0); %shorewall_config = &read_shorewall_config(); -#&dump_shorewall_config(); # get access permissions %access = &get_module_acl(); @@ -55,15 +54,6 @@ close(SHOREWALL_CONF); return @ret; } -# dump_shorewall_config() -# - Debugging code -sub dump_shorewall_config -{ - for (sort keys %shorewall_config) { - print STDERR "$_=$shorewall_config{$_}\n"; - } -} - # shorewall_config(var) sub shorewall_config {