From 1052b39f0f8cff2c73b54441dd25780a72e8ed92 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Thu, 27 Dec 2012 20:12:35 +0000 Subject: move all InitializeForInput() and CleanUpAfterSentenceProcessing() into ChartParser. For consistency --- moses/ChartManager.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'moses/ChartManager.cpp') diff --git a/moses/ChartManager.cpp b/moses/ChartManager.cpp index 30d22eff4..991f68066 100644 --- a/moses/ChartManager.cpp +++ b/moses/ChartManager.cpp @@ -57,8 +57,6 @@ ChartManager::ChartManager(InputType const& source, const TranslationSystem* sys ChartManager::~ChartManager() { - StaticData::Instance().CleanUpAfterSentenceProcessing(m_source); - clock_t end = clock(); float et = (end - m_start); et /= (float)CLOCKS_PER_SEC; -- cgit v1.2.3