Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mert/ScoreDataIterator.cpp')
-rw-r--r--mert/ScoreDataIterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/ScoreDataIterator.cpp b/mert/ScoreDataIterator.cpp
index 71e05ab0b..7fcf54c0b 100644
--- a/mert/ScoreDataIterator.cpp
+++ b/mert/ScoreDataIterator.cpp
@@ -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