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-06 01:18:11 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2015-02-06 01:18:11 +0300
commit6cb520d1b29065ec58595a8d8893c55cbdf83acd (patch)
tree331569f185fd3821c8878edd8f5e85edca912531 /mert
parent9438c8c1f0173822365396fe0152eb3013f1852a (diff)
Commented out unused variable to reduce compiler warnings.
Diffstat (limited to 'mert')
-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