summaryrefslogtreecommitdiff
path: root/node/Topology.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Topology.cpp')
-rw-r--r--node/Topology.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/node/Topology.cpp b/node/Topology.cpp
index 8acbb027..3414812a 100644
--- a/node/Topology.cpp
+++ b/node/Topology.cpp
@@ -37,8 +37,7 @@ namespace ZeroTier {
#define ZT_KISSDB_KEY_SIZE ZT_ADDRESS_LENGTH
#define ZT_KISSDB_VALUE_SIZE ZT_PEER_MAX_SERIALIZED_LENGTH
-Topology::Topology(const RuntimeEnvironment *renv,const char *dbpath)
- throw(std::runtime_error) :
+Topology::Topology(const RuntimeEnvironment *renv,const char *dbpath) :
_r(renv),
_amSupernode(false)
{