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:
Diffstat (limited to 'contrib/moses2/TranslationModel/PhraseTable.cpp')
-rw-r--r--contrib/moses2/TranslationModel/PhraseTable.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/moses2/TranslationModel/PhraseTable.cpp b/contrib/moses2/TranslationModel/PhraseTable.cpp
index a24b3eaf5..c9ee75f80 100644
--- a/contrib/moses2/TranslationModel/PhraseTable.cpp
+++ b/contrib/moses2/TranslationModel/PhraseTable.cpp
@@ -122,11 +122,6 @@ void PhraseTable::EvaluateInIsolation(MemPool &pool, const System &system, const
}
-
-void PhraseTable::CleanUpAfterSentenceProcessing()
-{
-}
-
// scfg
void PhraseTable::LookupUnary(MemPool &pool,
const SCFG::Manager &mgr,