diff --git a/moses/StaticData.h b/moses/StaticData.h index 601eff37ce..c32f92106f 100644 --- a/moses/StaticData.h +++ b/moses/StaticData.h @@ -448,11 +448,6 @@ class StaticData return m_allWeights.GetScoresForProducer(sp); } - /* - float GetSparseWeight(const FName& featureName) const { - return m_allWeights.GetSparseWeight(featureName); - }*/ - //Weights for feature with fixed number of values void SetWeights(const FeatureFunction* sp, const std::vector& weights);