Removed unused XmlDoc::m_unchanged

This commit is contained in:
Ivan Skytte Jørgensen
2018-03-12 13:57:22 +01:00
parent d3d5b5ca14
commit 61c8aad50b
2 changed files with 0 additions and 9 deletions

@ -12020,13 +12020,6 @@ bool XmlDoc::doConsistencyTest ( bool forceTest ) {
// if not test coll skip this
//if ( strcmp(cr->m_coll,"qatest123") ) return true;
// title rec is null if we are reindexing an old doc
// and "unchanged" was true.
if ( m_unchangedValid && m_unchanged ) {
if ( ! m_titleRecBufValid ) return true;
if ( m_titleRecBuf.length()==0 ) return true;
}
// leave this uncommented so we can see if we are doing it
setStatus ( "doing consistency check" );

@ -773,7 +773,6 @@ public:
bool m_isAdultValid;
bool m_isUrlPermalinkFormatValid;
bool m_percentChangedValid;
bool m_unchangedValid;
bool m_countTableValid;
bool m_tagPairHashVecValid;
bool m_summaryVecValid;
@ -850,7 +849,6 @@ public:
int32_t m_postVecSize;
float m_pageSimilarity;
float m_percentChanged;
bool m_unchanged;
// what docids are similar to us? docids are in this list
RdbList m_dupList;
int64_t m_exactContentHash64;