aboutsummaryrefslogtreecommitdiff
path: root/tnode.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-28 20:41:07 -0500
committerBen Johnson <benbjohnson@yahoo.com>2014-01-28 20:41:07 -0500
commitc94f1fcb11a5b337ccd11052234e68eb0cbe1967 (patch)
tree5f8a77da34caa8512a035cf04ba42eab8df8dfc4 /tnode.go
parentAdd full test coverage to tpage. (diff)
downloaddedo-c94f1fcb11a5b337ccd11052234e68eb0cbe1967.tar.gz
dedo-c94f1fcb11a5b337ccd11052234e68eb0cbe1967.tar.xz
Rename tpage to leaf.
Diffstat (limited to 'tnode.go')
-rw-r--r--tnode.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/tnode.go b/tnode.go
deleted file mode 100644
index fcb4782..0000000
--- a/tnode.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package bolt
-
-type tnodes []tnode
-
-type tnode struct {
- key []byte
- value []byte
-}