From 49df3fcd305fbd4bcb15476a079ee5015e9e3f7c Mon Sep 17 00:00:00 2001 From: Richard Artoul Date: Thu, 29 Nov 2018 15:34:29 -0500 Subject: [PATCH] Dont shadow statshit --- roaring/roaring.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/roaring/roaring.go b/roaring/roaring.go index aef03a82c..bed3672e5 100644 --- a/roaring/roaring.go +++ b/roaring/roaring.go @@ -27,8 +27,6 @@ import ( "github.com/pkg/errors" ) -func statshit() {} - const ( // magicNumber is an identifier, in bytes 0-1 of the file. magicNumber = uint32(12348)