From 1560037680edd92995c976f08bfb97726e9be947 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 22 Aug 2024 17:55:54 -0700 Subject: [PATCH] Remove unused struct --- SkipList.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SkipList.cpp b/SkipList.cpp index 304717f..41979b3 100644 --- a/SkipList.cpp +++ b/SkipList.cpp @@ -710,8 +710,6 @@ private: }; }; -struct SkipListConflictSet {}; - struct __attribute__((visibility("hidden"))) ConflictSet::Impl { Impl(int64_t oldestVersion) : oldestVersion(oldestVersion), newestVersion(oldestVersion),