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 <hieu@hoang.co.uk>2013-05-21 15:27:13 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-21 15:27:13 +0400
commitff880ec6f19f9f58e5db534136a27859990995f3 (patch)
treef40d213f7876e50de6f4420e6e9ae5197c4f4c71 /moses/TranslationOptionCollectionText.h
parent031cbdf7cd85c85d0304afb32a83ac4da324af30 (diff)
delete references to LMList
Diffstat (limited to 'moses/TranslationOptionCollectionText.h')
-rw-r--r--moses/TranslationOptionCollectionText.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollectionText.h b/moses/TranslationOptionCollectionText.h
index 6d5a595b7..49ffefb6a 100644
--- a/moses/TranslationOptionCollectionText.h
+++ b/moses/TranslationOptionCollectionText.h
@@ -28,7 +28,6 @@ namespace Moses
{
class Sentence;
-class LMList;
/** Holds all translation options, for all spans, of a particular sentence input
* Inherited from TranslationOptionCollection.