diff --git a/ConflictSet.cpp b/ConflictSet.cpp index 6448795..217da0e 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -211,9 +211,6 @@ struct Child { }; struct Node0 : Node { - // Sorted - uint8_t index[16]; // 16 so that we can use the same simd index search - // implementation as Node16 Node0() { this->type = Type::Node0; } uint8_t *partialKey() { return (uint8_t *)(this + 1); } };