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:
authorHieu Hoang <hieuhoang@gmail.com>2014-10-03 17:57:27 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-10-03 17:57:27 +0400
commit25db86d16b004f8288e45184ee3c204f6ea3b68a (patch)
treebfe675b202f6c519e6e2c6f05f1a22b6d073a7cf /moses/TranslationTask.h
parent056913df5780b1094dffdf2e0961a89513a1c6fa (diff)
delete m_latticeSamplesCollector
Diffstat (limited to 'moses/TranslationTask.h')
-rw-r--r--moses/TranslationTask.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/TranslationTask.h b/moses/TranslationTask.h
index df0db549c..526b825d1 100644
--- a/moses/TranslationTask.h
+++ b/moses/TranslationTask.h
@@ -43,7 +43,6 @@ private:
size_t m_lineNumber;
MosesCmd::IOWrapper &m_ioWrapper;
- Moses::OutputCollector* m_latticeSamplesCollector;
bool m_outputSearchGraphSLF;
boost::shared_ptr<Moses::HypergraphOutput<Moses::Manager> > m_hypergraphOutput;