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/TranslationOptionCollection.h
parent031cbdf7cd85c85d0304afb32a83ac4da324af30 (diff)
delete references to LMList
Diffstat (limited to 'moses/TranslationOptionCollection.h')
-rw-r--r--moses/TranslationOptionCollection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollection.h b/moses/TranslationOptionCollection.h
index 9f3fdb90e..9a5fb0ce2 100644
--- a/moses/TranslationOptionCollection.h
+++ b/moses/TranslationOptionCollection.h
@@ -39,7 +39,6 @@ class LanguageModel;
class FactorCollection;
class GenerationDictionary;
class InputType;
-class LMList;
class FactorMask;
class Word;
class DecodeGraph;