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-18 03:38:23 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-18 03:38:23 +0300
commitf2960786074fcb0e7f91bfeebf29a00898745e38 (patch)
tree50c2f7c7b11ee02e834f5eb3bab1dcbbb91cc459 /moses/ChartCell.h
parent063387bbe0e01c6c1d86b82a678c6e5bd08e2be4 (diff)
delete unused comparison functions
Diffstat (limited to 'moses/ChartCell.h')
-rw-r--r--moses/ChartCell.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/moses/ChartCell.h b/moses/ChartCell.h
index d9213d5e1..348bfd336 100644
--- a/moses/ChartCell.h
+++ b/moses/ChartCell.h
@@ -120,11 +120,6 @@ public:
void OutputSizes(std::ostream &out) const;
size_t GetSize() const;
- //! transitive comparison used for adding objects into set
- inline bool operator<(const ChartCell &compare) const {
- return m_coverage < compare.m_coverage;
- }
-
void WriteSearchGraph(const ChartSearchGraphWriter& writer, const std::map<unsigned,bool> &reachable) const;
};