From ca93b4a1ac9d07ea150572801fd47f9a0818abff Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Oct 2013 14:16:53 -0400 Subject: Clean up some stuff, including a few spots where exceptions were not being handled correctly. --- node/Topology.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'node/Topology.cpp') 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) { -- cgit v1.2.3