Remove vestigial arena

This commit is contained in:
2024-02-21 12:06:57 -08:00
parent 48d96ac79a
commit 7e6652003b

View File

@@ -1615,7 +1615,6 @@ Iterator firstGeq(Node *n, std::string_view key) {
struct __attribute__((visibility("hidden"))) ConflictSet::Impl {
void check(const ReadRange *reads, Result *result, int count) const {
Arena arena{64 << 10};
for (int i = 0; i < count; ++i) {
result[i] =
reads[i].readVersion < oldestVersion ? TooOld