Skip to content

Commit 9cb97ed

Browse files
committed
Remove dead code.
1 parent 9ffc987 commit 9cb97ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

augmentedtree/atree.go

-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ func (tree *tree) Insert(dimension uint64,
364364
}
365365
}
366366

367-
//mod := false
368367
if n.high > index {
369368
n.high += count
370369
if n.high < index {

0 commit comments

Comments
 (0)