From 65f8462e8815ac93257d33d473b7c9ab7290411e Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Mon, 8 Jul 2024 11:14:30 -0700 Subject: [PATCH] Remove dead code --- ConflictSet.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index ccc5c25..abfe6d2 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -2136,9 +2136,6 @@ bool checkMaxBetweenExclusive(Node *n, int begin, int end, return !(compared & mask) && firstRangeOk; #endif - - return scan16(self->childMaxVersion, self->index, begin, end, - readVersion); } case Type_Node48: { auto *self = static_cast(n);