aboutsummaryrefslogtreecommitdiff
path: root/zsig/zsig.go
diff options
context:
space:
mode:
Diffstat (limited to 'zsig/zsig.go')
-rw-r--r--zsig/zsig.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsig/zsig.go b/zsig/zsig.go
index 6c7c16a..d9e6530 100644
--- a/zsig/zsig.go
+++ b/zsig/zsig.go
@@ -22,8 +22,6 @@ const (
flagComment = 1 << 4
)
-const BlockSize = 65536
-
var fake = []byte{gzipID1, gzipID2, gzipDeflate, flagComment, 0, 0, 0, 0, 0, 3}
type Header struct {