Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-10-17 22:14:24 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-17 22:14:24 +0300
commit563552aea6c6de060ef36788609867ef6bd851fb (patch)
tree9902233443b38d36a8e930efc355a5e58a7f46bc /moses/FF/CoveredReferenceFeature.h
parent0c3fea4014efc8499b0d43fb93d124d27dc9449a (diff)
clean up states after API change
Diffstat (limited to 'moses/FF/CoveredReferenceFeature.h')
-rw-r--r--moses/FF/CoveredReferenceFeature.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/FF/CoveredReferenceFeature.h b/moses/FF/CoveredReferenceFeature.h
index 6265b0a74..e45f234ae 100644
--- a/moses/FF/CoveredReferenceFeature.h
+++ b/moses/FF/CoveredReferenceFeature.h
@@ -19,7 +19,6 @@ class CoveredReferenceState : public FFState
public:
std::multiset<std::string> m_coveredRef;
- int Compare(const FFState& other) const;
virtual size_t hash() const;
virtual bool operator==(const FFState& other) const;