Commit e13ff140 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8b85f11d
......@@ -744,7 +744,6 @@ func (t *Tree) Set(k interface{} /*K*/, v interface{} /*V*/) {
var p *x
q := t.r
if q == nil {
// XXX or just init to empty and jump to general case
z := t.insert(btDPool.Get().(*d), 0, k, v)
t.r, t.first, t.last = z, z, z
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment