get rid of build warning.

This commit is contained in:
Christopher Jeffrey 2014-10-21 19:05:10 -07:00
parent 677df7f787
commit 28846a8b71

View File

@ -291,8 +291,8 @@ process_packets(CNode* pfrom);
static bool static bool
process_packet(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTimeReceived); process_packet(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTimeReceived);
bool static // bool static
process_getdata(CNode* pfrom); // process_getdata(CNode* pfrom);
extern "C" void extern "C" void
init(Handle<Object>); init(Handle<Object>);
@ -3522,10 +3522,10 @@ process_packet(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTim
return true; return true;
} }
bool static // bool static
process_getdata(CNode* pfrom) { // process_getdata(CNode* pfrom) {
return true; // return true;
} // }
/** /**
* Init() * Init()