summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <pwnall@chromium.org>2022-01-10 17:56:16 +0000
committerVictor Costan <pwnall@chromium.org>2022-01-10 17:56:16 +0000
commita797000713ddf9ba44e261df7c98cf12caf53722 (patch)
tree2a9bfe18957641a4536a07cc7447882cc663dcd8
parentbf4fcd85b5d41f6d63cc30fc2418503165e00697 (diff)
parente2ad7dad5415e3d77b97eaf7beecb7e756937b17 (diff)
downloadleveldb-a797000713ddf9ba44e261df7c98cf12caf53722.tar.gz
Merge pull request #893 from myccccccc:master
PiperOrigin-RevId: 420783873
-rw-r--r--db/skiplist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/skiplist.h b/db/skiplist.h
index f716834..1140e59 100644
--- a/db/skiplist.h
+++ b/db/skiplist.h
@@ -36,8 +36,6 @@
namespace leveldb {
-class Arena;
-
template <typename Key, class Comparator>
class SkipList {
private: