Commit d4889666 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 12deeb1a
...@@ -337,7 +337,7 @@ func (t *Tree) Delete(k interface{} /*K*/) (ok bool) { ...@@ -337,7 +337,7 @@ func (t *Tree) Delete(k interface{} /*K*/) (ok bool) {
} }
return true return true
// here: need to extract / underflow but we have to check: if underflowing // here: need to extract / underflow but we have to check: if underflowing
// would cause upper level underflow (underflowX) -> we cannot extract / // would cause upper level underflow (underflowX) -> we cannot extract /
// underflow here - need to do the usual scan from root to underflow index pages. // underflow here - need to do the usual scan from root to underflow index pages.
default: default:
......
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