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
path: root/mert
diff options
context:
space:
mode:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2015-02-10 02:11:17 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2015-02-10 02:11:17 +0300
commit8a1c8af7a777f52264c4b368791e96a2f78e7921 (patch)
tree28f42e1718ed1f458dea5d1abf88615d2ed57726 /mert
parent435b1edea889031fa0f114e16b0ff4ce631e9548 (diff)
Bug fix to commenting out unused variable.
Diffstat (limited to 'mert')
-rw-r--r--mert/ScoreDataIterator.cpp3
1 files changed, 2 insertions, 1 deletions
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