diff options
Diffstat (limited to 'node/PacketDecoder.cpp')
| -rw-r--r-- | node/PacketDecoder.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
