From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] Cleanup2017: Delete unused function from fwhosts.cgi Date: Thu, 08 Jun 2017 08:23:52 +0200 Message-ID: <1496903032-6427-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3838076140081507292==" List-Id: --===============3838076140081507292== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This function is not used by any other script. Signed-off-by: Alexander Marx --- html/cgi-bin/fwhosts.cgi | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 25ab489..a2ade8a 100644 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -2555,18 +2555,6 @@ sub checkip } return 1; } -sub checksubnet -{ - my %hash=3D%{(shift)}; - &General::readhasharray("$confignet", \%hash); - foreach my $key (keys %hash) { - if(&General::IpInSubnet($fwhostsettings{'IP'},$hash{$key}[1],$hash{$key}[2= ])) - { - return 1; - } - } - return 0; -} sub checkservicegroup { &General::readhasharray("$configsrvgrp", \%customservicegrp); --=20 2.7.4 --===============3838076140081507292==--