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/Demarc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node/Demarc.cpp') diff --git a/node/Demarc.cpp b/node/Demarc.cpp index e607abda..71606074 100644 --- a/node/Demarc.cpp +++ b/node/Demarc.cpp @@ -94,7 +94,6 @@ bool Demarc::has(Port p) const } bool Demarc::bindLocalUdp(unsigned int localPort) - throw() { Mutex::Lock _l(_ports_m); -- cgit v1.2.3