From 17bea88eb3f6e2bc5f63641437a997cc8bd32881 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 20 Mar 2015 18:05:18 +0100 Subject: Too much CSS for now. --- utilities.go | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'utilities.go') diff --git a/utilities.go b/utilities.go index 199a8b9..60423dc 100644 --- a/utilities.go +++ b/utilities.go @@ -26,17 +26,3 @@ func CompareStrings(strs ...string) bool { } return true } - -// Checks for equality in two slices from typ IP -/* -func CompareIPs(a, b []IP) bool { - if len(a) != len(b) { - return false - } - for k := range a { - if a[k] != b[i] { - return false - } - } -} -*/ -- cgit v1.2.3