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)