diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-03-25 15:04:02 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-03-25 15:04:02 +0200 |
commit | 02ee0db6c5945937fde1511d00184fe5c3d02eb7 (patch) | |
tree | 8ccdf79fc9c3d2c772e9f587529ac5898e863b0d /src/CMakeLists.txt | |
parent | Merge pull request #749 (diff) | |
parent | remove connectivity tool, comment it out from munin plugins too (diff) | |
download | monero-02ee0db6c5945937fde1511d00184fe5c3d02eb7.tar.xz |
Merge pull request #762
287e882 remove connectivity tool, comment it out from munin plugins too (Riccardo Spagni)
51a56e7 remove unecessary and bad std::move from portable_storage_template_helper.h (Riccardo Spagni)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0ac4a0aa1..e2349744d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -87,7 +87,6 @@ add_subdirectory(wallet) add_subdirectory(p2p) add_subdirectory(cryptonote_protocol) -add_subdirectory(connectivity_tool) add_subdirectory(miner) add_subdirectory(simplewallet) add_subdirectory(daemonizer) |