diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 17:33:51 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 17:33:51 -0400 |
commit | e632e84862109742b81f3bf32d5133660e01a33c (patch) | |
tree | b002b1436a10389867fc354b3dc268ece4e462db /decoder/ff_const_reorder.cc | |
parent | d4d2d2a98629c6358e90b0323712a333e6e8aaef (diff) |
Remove ConstReorderFeatureFactory
Diffstat (limited to 'decoder/ff_const_reorder.cc')
-rw-r--r-- | decoder/ff_const_reorder.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/decoder/ff_const_reorder.cc b/decoder/ff_const_reorder.cc index 96fc5f56..d29820ef 100644 --- a/decoder/ff_const_reorder.cc +++ b/decoder/ff_const_reorder.cc @@ -1372,12 +1372,3 @@ boost::shared_ptr<FeatureFunction> CreateConstReorderModel( ConstReorderFeature* ret = new ConstReorderFeature(param); return boost::shared_ptr<FeatureFunction>(ret); } - -boost::shared_ptr<FeatureFunction> ConstReorderFeatureFactory::Create( - std::string param) const { - return CreateConstReorderModel(param); -} - -std::string ConstReorderFeatureFactory::usage(bool params, bool verbose) const { - return ConstReorderFeature::usage(params, verbose); -} |