From 8b65b3e6d78fdf4be82ab79f37c477bf2b675c0e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 28 Jan 2014 10:41:43 -0800 Subject: Yank PROBE stuff since it's not used and was a premature addition to the protocol. --- node/PacketDecoder.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node/PacketDecoder.hpp') diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp index 8b1cf342..72b05290 100644 --- a/node/PacketDecoder.hpp +++ b/node/PacketDecoder.hpp @@ -122,7 +122,6 @@ private: bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *_r,const SharedPtr &peer); bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *_r,const SharedPtr &peer); bool _doNETWORK_CONFIG_REFRESH(const RuntimeEnvironment *_r,const SharedPtr &peer); - bool _doPROBE(const RuntimeEnvironment *_r,const SharedPtr &peer); uint64_t _receiveTime; Demarc::Port _localPort; -- cgit v1.2.3