From 28846a8b7117d18f61515000704ce374cc21f0b7 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 21 Oct 2014 19:05:10 -0700 Subject: [PATCH] get rid of build warning. --- src/bitcoindjs.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index c57e56b1..74cf7577 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -291,8 +291,8 @@ process_packets(CNode* pfrom); static bool process_packet(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTimeReceived); -bool static -process_getdata(CNode* pfrom); +// bool static +// process_getdata(CNode* pfrom); extern "C" void init(Handle); @@ -3522,10 +3522,10 @@ process_packet(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTim return true; } -bool static -process_getdata(CNode* pfrom) { - return true; -} +// bool static +// process_getdata(CNode* pfrom) { +// return true; +// } /** * Init()