diff options
author | Howard Chu <hyc@symas.com> | 2017-08-29 13:05:22 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-29 13:28:16 +0100 |
commit | 3d19ab7067f86331d15c07e8cfe1f0a87d6832ed (patch) | |
tree | 18dd338ecb32c4be41d9e7cf2eb5a064f4e0a0bc /src/debug_utilities | |
parent | move db specific options to BlockchainDB (diff) | |
download | monero-3d19ab7067f86331d15c07e8cfe1f0a87d6832ed.tar.xz |
Revert "Cleanup test impact of moving blockchain_db_types()"
This reverts commit 3dd34a49efd2954b0a5eb020abd168d9379b98c4.
Diffstat (limited to 'src/debug_utilities')
-rw-r--r-- | src/debug_utilities/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug_utilities/CMakeLists.txt b/src/debug_utilities/CMakeLists.txt index e6d49fd61..99198dc57 100644 --- a/src/debug_utilities/CMakeLists.txt +++ b/src/debug_utilities/CMakeLists.txt @@ -37,7 +37,6 @@ monero_add_executable(cn_deserialize target_link_libraries(cn_deserialize LINK_PRIVATE cryptonote_core - common blockchain_db p2p epee |