Skip to content

Commit

Permalink
Remove, don't just comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaddow committed Jul 24, 2014
1 parent d43f0e4 commit 11d5fc3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions moses/StaticData.h
Expand Up @@ -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<float>& weights);

Expand Down

0 comments on commit 11d5fc3

Please sign in to comment.