Removed unused memebrs XmlDoc::m_tempMsg25Page/m_tempMsg25Site

This commit is contained in:
Ivan Skytte Jørgensen
2016-02-02 14:21:38 +01:00
parent 4e17858ec9
commit 60efc4230e
2 changed files with 0 additions and 19 deletions

@ -146,8 +146,6 @@ XmlDoc::XmlDoc() {
//m_numMsg98Replies = 0;
m_numMsg8eReplies = 0;
m_numMsg8eRequests = 0;
m_tempMsg25Page = NULL;
m_tempMsg25Site = NULL;
m_numLinkRequestsOut = 0;
m_numLinkRequestsIn = 0;
m_numMsg3fReplies = 0;
@ -272,19 +270,6 @@ void XmlDoc::reset ( ) {
m_checkedCachedbForPage = false;
m_allHashed = false;
// nuke it
if ( m_tempMsg25Page ) {
mdelete ( m_tempMsg25Page , sizeof(Msg25), "m25li" );
delete ( m_tempMsg25Page );
m_tempMsg25Page = NULL;
}
if ( m_tempMsg25Site ) {
mdelete ( m_tempMsg25Site , sizeof(Msg25), "m25li" );
delete ( m_tempMsg25Site );
m_tempMsg25Site = NULL;
}
m_numLinkRequestsOut = 0;
//m_seoInfoSetFromCache = false;
m_checkedCachedb = false;

@ -1066,8 +1066,6 @@ public:
//char m_iwfiBufValid; // for holding WordFreqInfo instances
char m_wordPosInfoBufValid;
char m_recommendedLinksBufValid;
char m_tempMsg25PageValid;
char m_tempMsg25SiteValid;
//char m_queryHashTableValid;
char m_queryOffsetTableValid;
@ -1396,8 +1394,6 @@ public:
SafeBuf m_tmpBuf12;
Multicast m_mcast11;
Multicast m_mcast12;
Msg25 *m_tempMsg25Page;
Msg25 *m_tempMsg25Site;
// lists from cachedb for msg25's msg20 replies serialized
RdbList m_siteReplyList;
RdbList m_pageReplyList;