From 8a1c8af7a777f52264c4b368791e96a2f78e7921 Mon Sep 17 00:00:00 2001 From: Ulrich Germann Date: Mon, 9 Feb 2015 23:11:17 +0000 Subject: Bug fix to commenting out unused variable. --- mert/ScoreDataIterator.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mert/ScoreDataIterator.cpp') diff --git a/mert/ScoreDataIterator.cpp b/mert/ScoreDataIterator.cpp index 7fcf54c0b..5a6f6fb69 100644 --- a/mert/ScoreDataIterator.cpp +++ b/mert/ScoreDataIterator.cpp @@ -49,7 +49,8 @@ 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 -- cgit v1.2.3