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 <fishandfrolick@gmail.com>2013-06-11 19:31:43 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-06-11 19:31:43 +0400
commit5becd868a9547025feb462253804daafe436e0a9 (patch)
treef9b326425480cedb1f801a1a103d703527a1209d /moses/ChartManager.h
parent13299ab2a810d3cd870db2557e16242bcfd3d38b (diff)
delete misc unused variables from PhraseDictionary
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index d5d81b210..2cc555cd9 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -101,10 +101,6 @@ public:
return m_hypothesisId++;
}
- //! Access the pre-calculated values
- void InsertPreCalculatedScores(const TargetPhrase& targetPhrase,
- ScoreComponentCollection* scoreBreakdown) const;
-
};
}