diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-27 17:15:39 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-27 17:15:39 -0700 |
commit | 3ddfebe74291eab85c0b5fb4d56c1f98979d843e (patch) | |
tree | 5d604e9899a24b63f834121c3b53ad27f322f0e1 | |
parent | 972bbb7e06940b8e495d7680ed4d30b31d2bedeb (diff) | |
download | infinitytier-3ddfebe74291eab85c0b5fb4d56c1f98979d843e.tar.gz infinitytier-3ddfebe74291eab85c0b5fb4d56c1f98979d843e.zip |
dead code removal
-rw-r--r-- | controller/SqliteNetworkController.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/controller/SqliteNetworkController.hpp b/controller/SqliteNetworkController.hpp index e3d5d62c..e7cb937f 100644 --- a/controller/SqliteNetworkController.hpp +++ b/controller/SqliteNetworkController.hpp @@ -108,13 +108,6 @@ private: const std::string &body, std::string &responseBody, std::string &responseContentType); - NetworkController::ResultCode _doNetworkConfigRequest( - const InetAddress &fromAddr, - const Identity &signingId, - const Identity &identity, - uint64_t nwid, - const Dictionary<ZT_NETWORKCONFIG_DICT_CAPACITY> &metaData, - NetworkConfig &nc); static void _circuitTestCallback(ZT_Node *node,ZT_CircuitTest *test,const ZT_CircuitTestReport *report); |