From 01b717d0bb77b279925e834d0b3769629f1ae4de Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Wed, 15 Jan 2014 22:57:35 +0100 Subject: [PATCH] removed skip-list --- arangod/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arangod/CMakeLists.txt b/arangod/CMakeLists.txt index a32b134183..4924436dd7 100644 --- a/arangod/CMakeLists.txt +++ b/arangod/CMakeLists.txt @@ -98,10 +98,7 @@ add_executable( RestServer/ArangoServer.cpp RestServer/VocbaseContext.cpp RestServer/arango.cpp - SkipLists/skiplist.c SkipLists/skiplistIndex.c - SkipListsEx/skiplistEx.c - SkipListsEx/skiplistExIndex.c Utils/DocumentHelper.cpp V8Server/ApplicationV8.cpp V8Server/v8-actions.cpp @@ -118,7 +115,6 @@ add_executable( VocBase/general-cursor.c VocBase/headers.c VocBase/index.c - VocBase/index-garbage-collector.c VocBase/key-generator.c VocBase/marker.c VocBase/primary-collection.c