aboutsummaryrefslogtreecommitdiff
path: root/internal/hash/hash_def.go
diff options
context:
space:
mode:
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
-)