From f5e296421f7472670d85f37fac4bcef2abb388ad Mon Sep 17 00:00:00 2001 From: Gaurav Sinha Date: Wed, 22 Aug 2012 16:23:14 -0700 Subject: remove numerically sort function, not needed anymore. --- scripts/vyatta-show-conntrack.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/vyatta-show-conntrack.pl b/scripts/vyatta-show-conntrack.pl index cc3bdc6..f1f67c2 100755 --- a/scripts/vyatta-show-conntrack.pl +++ b/scripts/vyatta-show-conntrack.pl @@ -40,8 +40,6 @@ my $format = "%-10s %-22s %-22s %-16s %-20s\n"; my $format_IPv6 = "%-10s %-40s %-40s %-16s %-20s\n"; my $href; #reference to hash containing protocol-num to name key-value pairs -sub numerically { $a <=> $b; } - sub print_xml { my ($data, $cache, $family) = @_; my $flow = 0; -- cgit v1.2.3