diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 14:16:53 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 14:16:53 -0400 |
| commit | ca93b4a1ac9d07ea150572801fd47f9a0818abff (patch) | |
| tree | 8ec8916b82baab567a3d9cc66471b866f8ef1809 /node/Demarc.cpp | |
| parent | 03b909603ae6010d7bf059de688c0cfe0f96a0a3 (diff) | |
| download | infinitytier-ca93b4a1ac9d07ea150572801fd47f9a0818abff.tar.gz infinitytier-ca93b4a1ac9d07ea150572801fd47f9a0818abff.zip | |
Clean up some stuff, including a few spots where exceptions were not being handled correctly.
Diffstat (limited to 'node/Demarc.cpp')
| -rw-r--r-- | node/Demarc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
