squash with vendor btree commit

This commit is contained in:
Travis Turner 2018-02-05 14:14:04 -06:00
parent 23970b98dc
commit 6c0acf4dd3
No known key found for this signature in database
GPG key ID: 7F08008DFD9314C9

View file

@ -350,7 +350,6 @@ func (t *Tree) extract(q *d, i int) { // (r *container) {
}
q.d[q.c] = zde // GC
t.c--
return
}
func (t *Tree) find(q interface{}, k uint64) (i int, ok bool) {