summaryrefslogtreecommitdiff
path: root/decoder/ff.cc
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-10-16 11:59:21 -0400
committerChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-10-16 11:59:21 -0400
commit21825a09d97c2e0afd20512f306fb25fed55e529 (patch)
tree5e52623eab43373a64da7204a3f5ad5072a28d57 /decoder/ff.cc
parentdaaa8aaed96f23d74d86b77e436883cd7c451717 (diff)
remove confusing function
Diffstat (limited to 'decoder/ff.cc')
-rw-r--r--decoder/ff.cc7
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*>&,