summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-27 13:36:27 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-27 13:36:27 -0400
commitb0a83093ce698390a4e2d266ba1c63ee241cd7ad (patch)
tree5b7d2f15e65c14d9ff220f19b2ee9f728757b2be /node/PacketDecoder.hpp
parent57d8730f1b3da3f9fe23a9fa02c8557b80bf6716 (diff)
downloadinfinitytier-b0a83093ce698390a4e2d266ba1c63ee241cd7ad.tar.gz
infinitytier-b0a83093ce698390a4e2d266ba1c63ee241cd7ad.zip
Back out of RPC... blech. Have a better idea.
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r--node/PacketDecoder.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp
index 82bf9aee..e595d326 100644
--- a/node/PacketDecoder.hpp
+++ b/node/PacketDecoder.hpp
@@ -122,7 +122,6 @@ private:
bool _doFRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doMULTICAST_LIKE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doMULTICAST_FRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
- bool _doRPC(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
uint64_t _receiveTime;
Demarc::Port _localPort;