Browse Source

fix: remove export_test.go which is unused

The two variables exposed in export_test aren't used anywhere anymore,
so it should be safe to remove export_test altogether.
Daniel Moy 7 years ago
parent
commit
818e4d1f55
1 changed files with 0 additions and 13 deletions
  1. 0 13
      export_test.go

+ 0 - 13
export_test.go

@@ -1,13 +0,0 @@
-// Expose some internals for testing purposes
-package lz4
-
-// expose the possible block max sizes
-var BlockMaxSizeItems []int
-
-func init() {
-	for s := range bsMapValue {
-		BlockMaxSizeItems = append(BlockMaxSizeItems, s)
-	}
-}
-
-var FrameSkipMagic = frameSkipMagic