]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: remove Flat_index stuff 5517/head
authorKefu Chai <kchai@redhat.com>
Sun, 9 Aug 2015 08:24:00 +0000 (16:24 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 9 Aug 2015 08:28:45 +0000 (16:28 +0800)
the Flat_index stuff was removed in 5df688a

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt
src/test/CMakeLists.txt

index da78bfafad03392e6d8f10bbf23f509bb9554f41..7c50056be46b19363408f57834c037414a5a812b 100644 (file)
@@ -511,7 +511,6 @@ set(libos_srcs
   os/JournalingObjectStore.cc
   os/LFNIndex.cc
   os/IndexManager.cc
-  os/FlatIndex.cc
   os/LevelDBStore.cc
   os/DBObjectMap.cc 
   os/Transaction.cc
index 3e6fe305fe0a3fcc02715c03bd5c65c67210fcdf..de35fa98e54b9d3fe19c0166fc5aea198a6c3228 100644 (file)
@@ -766,24 +766,6 @@ target_link_libraries(unittest_chain_xattr
   ${UNITTEST_LIBS}
   )
 
-# unittest_flatindex
-set(unittest_flatindex_srcs
-  os/TestFlatIndex.cc
-  )
-add_executable(unittest_flatindex
-  ${unittest_flatindex_srcs}
-  $<TARGET_OBJECTS:heap_profiler_objs>
-  )
-target_link_libraries(unittest_flatindex
-  os
-  global
-  ${CMAKE_DL_LIBS}
-  ${TCMALLOC_LIBS}
-  ${UNITTEST_LIBS}
-  )
-set_target_properties(unittest_flatindex PROPERTIES COMPILE_FLAGS
-  ${UNITTEST_CXX_FLAGS})
-
 # unittest_strtol
 set(unittest_strtol_srcs strtol.cc)
 add_executable(unittest_strtol