diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-10-16 11:59:21 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-10-16 11:59:21 -0400 |
commit | ad6d4a1b2519896f2b16a282699ce4e64041fab8 (patch) | |
tree | 09af91c749dad121d25edac20660493bac3ebf31 /decoder/ff.cc | |
parent | abe2363c01cab3e8e94ca5a44069756d87548bd7 (diff) |
remove confusing function
Diffstat (limited to 'decoder/ff.cc')
-rw-r--r-- | decoder/ff.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/decoder/ff.cc b/decoder/ff.cc index 6e276a5e..a6a035b5 100644 --- a/decoder/ff.cc +++ b/decoder/ff.cc @@ -25,13 +25,6 @@ string FeatureFunction::usage_helper(std::string const& name,std::string const& return r; } -void FeatureFunction::FinalTraversalFeatures(const SentenceMetadata& /* smeta */, - const HG::Edge& /* edge */, - const void* residual_state, - SparseVector<double>* final_features) const { - FinalTraversalFeatures(residual_state,final_features); -} - void FeatureFunction::TraversalFeaturesImpl(const SentenceMetadata&, const Hypergraph::Edge&, const std::vector<const void*>&, |