Commented out unused variable to reduce compiler warnings.

This commit is contained in:
Ulrich Germann 2015-02-05 22:18:11 +00:00
parent 9438c8c1f0
commit 6cb520d1b2

View File

@ -49,7 +49,7 @@ void ScoreDataIterator::readNext()
if (marker != StringPiece(SCORES_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(); //ignore rest of line