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/PacketDecoder.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node/PacketDecoder.cpp') diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index 37b46a67..c23fab1d 100644 --- a/node/PacketDecoder.cpp +++ b/node/PacketDecoder.cpp @@ -45,7 +45,6 @@ namespace ZeroTier { bool PacketDecoder::tryDecode(const RuntimeEnvironment *_r) - throw(std::out_of_range,std::runtime_error) { if ((!encrypted())&&(verb() == Packet::VERB_HELLO)) { // Unencrypted HELLOs are handled here since they are used to -- cgit v1.2.3