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/Defaults.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'node/Defaults.cpp') diff --git a/node/Defaults.cpp b/node/Defaults.cpp index 8e3a8c9f..0a0003b0 100644 --- a/node/Defaults.cpp +++ b/node/Defaults.cpp @@ -43,7 +43,6 @@ namespace ZeroTier { const Defaults ZT_DEFAULTS; static inline std::map< Identity,std::vector > _mkSupernodeMap() - throw(std::runtime_error) { std::map< Identity,std::vector > sn; Identity id; @@ -99,8 +98,7 @@ static inline std::string _mkDefaultHomePath() #endif } -Defaults::Defaults() - throw(std::runtime_error) : +Defaults::Defaults() : #ifdef ZT_TRACE_MULTICAST multicastTraceWatcher(ZT_TRACE_MULTICAST), #endif -- cgit v1.2.3