forked from weaselab/conflict-set
Tidying
This commit is contained in:
@@ -534,7 +534,6 @@ Node *getChildNodeGeq(Node *self, int child) {
|
||||
int c = self256->bitSet.firstSetGeq(child);
|
||||
return c >= 0 ? self256->children[c].child : nullptr;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void setChildrenParents(Node4 *n) {
|
||||
|
||||
Reference in New Issue
Block a user