forked from Mirrors/privacore-open-source-search-engine
Remove unused member variable m_nextPtr
This commit is contained in:
@ -25,7 +25,6 @@ Msge0::Msge0()
|
||||
m_numRequests(0),
|
||||
m_numReplies(0),
|
||||
m_n(0),
|
||||
m_nextPtr(NULL),
|
||||
m_state(NULL),
|
||||
m_callback(NULL),
|
||||
m_errno(0)
|
||||
|
3
Msge0.h
3
Msge0.h
@ -70,9 +70,6 @@ private:
|
||||
int32_t m_numReplies;
|
||||
int32_t m_n;
|
||||
|
||||
// point to next url in "urlBuf" to process
|
||||
char *m_nextPtr;
|
||||
|
||||
Url m_urls [ MAX_OUTSTANDING_MSGE0 ];
|
||||
int32_t m_ns [ MAX_OUTSTANDING_MSGE0 ];
|
||||
bool m_used [ MAX_OUTSTANDING_MSGE0 ];
|
||||
|
@ -21,7 +21,6 @@ Msge1::Msge1() {
|
||||
m_ipErrors = NULL;
|
||||
m_numRequests = 0;
|
||||
m_n = 0;
|
||||
m_nextPtr = NULL;
|
||||
m_grv = NULL;
|
||||
m_state = NULL;
|
||||
m_callback = NULL;
|
||||
|
3
Msge1.h
3
Msge1.h
@ -75,9 +75,6 @@ private:
|
||||
int32_t m_numReplies;
|
||||
int32_t m_n;
|
||||
|
||||
// point to next url in "urlBuf" to process
|
||||
char *m_nextPtr;
|
||||
|
||||
int32_t m_ns [ MAX_OUTSTANDING_MSGE1 ];
|
||||
bool m_used [ MAX_OUTSTANDING_MSGE1 ];
|
||||
MsgC m_msgCs [ MAX_OUTSTANDING_MSGE1 ]; // ips
|
||||
|
Reference in New Issue
Block a user