소스 검색

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 년 전
부모
커밋
818e4d1f55
1개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  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