Commented out unused variable to reduce compiler warnings.

This commit is contained in:
Ulrich Germann 2015-02-05 22:14:12 +00:00
parent 4eaf58f100
commit bafdc3fa70

View File

@ -87,7 +87,7 @@ void FeatureDataIterator::readNext()
if (marker != StringPiece(FEATURES_TXT_BEGIN)) {
throw FileFormatException(m_in->FileName(), marker.as_string());
}
size_t sentenceId = m_in->ReadULong();
// size_t sentenceId = m_in->ReadULong();
size_t count = m_in->ReadULong();
size_t length = m_in->ReadULong();
m_in->ReadLine(); //discard rest of line