This commit is contained in:
2024-03-07 12:33:34 -08:00
parent 53bc36f628
commit be43143891
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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) {