summaryrefslogtreecommitdiff
path: root/controller/SqliteNetworkController.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-16 14:08:08 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-16 14:08:08 -0700
commit58701c1ca8adc774dd1a6d179d8431579a59f85b (patch)
tree793ec6c44155cc38da1e3f8ac356fe4f152d741f /controller/SqliteNetworkController.cpp
parent402d99ea8d73d804294795cab12fceb6fe4234fe (diff)
downloadinfinitytier-58701c1ca8adc774dd1a6d179d8431579a59f85b.tar.gz
infinitytier-58701c1ca8adc774dd1a6d179d8431579a59f85b.zip
.
Diffstat (limited to 'controller/SqliteNetworkController.cpp')
-rw-r--r--controller/SqliteNetworkController.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/controller/SqliteNetworkController.cpp b/controller/SqliteNetworkController.cpp
index 94d2e2e6..cbfa8891 100644
--- a/controller/SqliteNetworkController.cpp
+++ b/controller/SqliteNetworkController.cpp
@@ -53,15 +53,8 @@
#include "../node/MAC.hpp"
#include "../node/Address.hpp"
-// offbase includes and builds upon nlohmann::json
using json = nlohmann::json;
-// Stored in database as schemaVersion key in Config.
-// If not present, database is assumed to be empty and at the current schema version
-// and this key/value is added automatically.
-//#define ZT_NETCONF_SQLITE_SCHEMA_VERSION 5
-//#define ZT_NETCONF_SQLITE_SCHEMA_VERSION_STR "5"
-
// API version reported via JSON control plane
#define ZT_NETCONF_CONTROLLER_API_VERSION 3