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 'moses/src/ScoreComponentCollection.cpp')
-rw-r--r--moses/src/ScoreComponentCollection.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/moses/src/ScoreComponentCollection.cpp b/moses/src/ScoreComponentCollection.cpp
deleted file mode 100644
index bbf8d5920..000000000
--- a/moses/src/ScoreComponentCollection.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// $Id$
-
-#include "ScoreComponentCollection.h"
-#include "StaticData.h"
-
-ScoreComponentCollection2::ScoreComponentCollection2()
- : m_scores(StaticData::Instance()->GetTotalScoreComponents(), 0.0f)
- , m_sim(&StaticData::Instance()->GetScoreIndexManager())
-{}
-