get rid of build warning.

This commit is contained in:
Christopher Jeffrey 2014-10-21 19:05:10 -07:00
parent 677df7f787
commit 28846a8b71
1 changed files with 6 additions and 6 deletions

View File

@ -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<Object>);
@ -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()