diff options
Diffstat (limited to 'controller')
-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); |