aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-11-28 13:07:37 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-11-28 13:07:37 +0100
commitf8a927984a56e75718bfc273b61693442c9ce649 (patch)
tree30c9d3f7b6e0252647cf94a51d018678f22154f0 /node
parent74cea534fd189a2db423ae60997447e66265922b (diff)
downloadcmix-f8a927984a56e75718bfc273b61693442c9ce649.tar.gz
cmix-f8a927984a56e75718bfc273b61693442c9ce649.tar.bz2
cmix-f8a927984a56e75718bfc273b61693442c9ce649.zip
Removed the Bignum abstraction library, as it was not needed.
Diffstat (limited to 'node')
-rw-r--r--node/CMakeLists.txt1
-rw-r--r--node/node.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt
index 3659984..87d3385 100644
--- a/node/CMakeLists.txt
+++ b/node/CMakeLists.txt
@@ -22,7 +22,6 @@ target_link_libraries(node
PRIVATE Boost::system
PRIVATE log
PRIVATE cmix
- PRIVATE cmix-bignum
PRIVATE cmix-network
PRIVATE cmix-protobuf
PRIVATE cmix-common
diff --git a/node/node.cpp b/node/node.cpp
index 84ea179..b31f60a 100644
--- a/node/node.cpp
+++ b/node/node.cpp
@@ -1,7 +1,6 @@
#include "node.hpp"
#include "cmix.h"
-#include "bignum.h"
#include "logging.hpp"