aboutsummaryrefslogtreecommitdiff
path: root/internal/hash/hash_def.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-01-15 23:55:32 +0100
committerDimitri Sokolyuk <demon@dim13.org>2019-01-15 23:55:32 +0100
commit15b2bef41569c846a8a8209b1b840e75595e24f0 (patch)
treebab12f3cd41ee2c634d0c32f8086806a7c8ebb4e /internal/hash/hash_def.go
parentcceed841fc6460f2f45a4ffff3ae09549ca06094 (diff)
add interface
Diffstat (limited to 'internal/hash/hash_def.go')
-rw-r--r--internal/hash/hash_def.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/hash/hash_def.go b/internal/hash/hash_def.go
index c159e78..f84edeb 100644
--- a/internal/hash/hash_def.go
+++ b/internal/hash/hash_def.go
@@ -76,8 +76,3 @@ type HashHdr struct {
Spares [nCached]int32 // spare pages for overflow
Bitmaps [nCached]uint16 // address of overflow page bitmaps
}
-
-const (
- hashMagic = 0x061561
- hashVersion = 2
-)