Skip to content

Commit ecfbcac

Browse files
committed
remove unused type
1 parent 0a9b14a commit ecfbcac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

trie/bintrie/binary_node.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ const (
3535
StemSize = 31 // Number of bytes to travel before reaching a group of leaves
3636
)
3737

38-
type serializedNodeType byte
39-
4038
const (
4139
nodeTypeStem = iota + 1 // Stem node, contains a stem and a bitmap of values
4240
nodeTypeInternal

0 commit comments

Comments
 (0)