Skip to content

Commit

Permalink
[FLASH-455] Remove level db dependency (pingcap#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsishandsome authored and JaySon-Huang committed Sep 12, 2019
1 parent 534a017 commit 8eb5115
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 41 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
[submodule "contrib/kvproto"]
path = contrib/kvproto
url = https://github.com/pingcap/kvproto.git
[submodule "contrib/leveldb"]
path = contrib/leveldb
url = https://github.com/google/leveldb.git
[submodule "contrib/junction"]
path = contrib/junction
url = https://github.com/preshing/junction.git
1 change: 0 additions & 1 deletion contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_subdirectory (kvproto/cpp)
add_subdirectory (leveldb)
add_subdirectory (client-c)

if (NOT MSVC)
Expand Down
1 change: 0 additions & 1 deletion contrib/leveldb
Submodule leveldb deleted from 808e59
1 change: 0 additions & 1 deletion dbms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ target_link_libraries (dbms
clickhouse_common_config
clickhouse_common_io
kvproto
leveldb
kv_client
${Protobuf_LIBRARIES}
gRPC::grpc++_unsecure
Expand Down
3 changes: 0 additions & 3 deletions dbms/src/Storages/Transaction/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ target_link_libraries (table_info dbms)
add_executable (region_test region.cpp)
target_link_libraries (region_test dbms)

add_executable (leveldb_test leveldb_test.cpp)
target_link_libraries (leveldb_test dbms)

add_executable(type_mapping gtest_type_mapping.cpp)
target_link_libraries(type_mapping dbms gtest_main)

32 changes: 0 additions & 32 deletions dbms/src/Storages/Transaction/tests/leveldb_test.cpp

This file was deleted.

0 comments on commit 8eb5115

Please sign in to comment.