summaryrefslogtreecommitdiff
path: root/src.mk
diff options
context:
space:
mode:
authorSiying Dong <siying.d@fb.com>2019-02-07 16:06:40 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-02-07 16:15:27 -0800
commitcf3a671733b8d1c3adee9b31671d37f093d6058a (patch)
treeacd03ab586b7ae690fc89a1896f44862c80d6876 /src.mk
parent199fabc197e980aeae6e11e7271b98c8b2a5d4a9 (diff)
Remove cuckoo hash memtable (#4953)
Summary: Cuckoo Hash is less useful than we initially expected. Remove it. Pull Request resolved: https://github.com/facebook/rocksdb/pull/4953 Differential Revision: D13979264 Pulled By: siying fbshipit-source-id: 2a60afdaa989f045357398b43a1cc5d46f4492ed
Diffstat (limited to 'src.mk')
-rw-r--r--src.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src.mk b/src.mk
index 5cc599fda..034459600 100644
--- a/src.mk
+++ b/src.mk
@@ -66,7 +66,6 @@ LIB_SOURCES = \
env/io_posix.cc \
env/mock_env.cc \
memtable/alloc_tracker.cc \
- memtable/hash_cuckoo_rep.cc \
memtable/hash_linklist_rep.cc \
memtable/hash_skiplist_rep.cc \
memtable/skiplistrep.cc \