diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-08-22 16:23:14 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-08-22 16:23:14 -0700 |
commit | f5e296421f7472670d85f37fac4bcef2abb388ad (patch) | |
tree | b0519eb7247ce3c65af1848ab959308797556bca | |
parent | 81681e20da270129b4f41e2f4ac8a822992b1f5a (diff) | |
download | vyatta-conntrack-f5e296421f7472670d85f37fac4bcef2abb388ad.tar.gz vyatta-conntrack-f5e296421f7472670d85f37fac4bcef2abb388ad.zip |
remove numerically sort function, not needed anymore.
-rwxr-xr-x | scripts/vyatta-show-conntrack.pl | 2 |
1 files changed, 0 insertions, 2 deletions
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; |