Remove unreachable statement. ok davec@
This commit is contained in:
parent
b557a33f7c
commit
00b183a8b5
1 changed files with 0 additions and 1 deletions
1
chain.go
1
chain.go
|
@ -132,7 +132,6 @@ func removeChildNode(children []*blockNode, node *blockNode) []*blockNode {
|
||||||
copy(children[i:], children[i+1:])
|
copy(children[i:], children[i+1:])
|
||||||
children[len(children)-1] = nil
|
children[len(children)-1] = nil
|
||||||
return children[:len(children)-1]
|
return children[:len(children)-1]
|
||||||
i--
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return children
|
return children
|
||||||
|
|
Loading…
Add table
Reference in a new issue