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-19 19:23:02 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-19 19:23:02 +0300
commitdd7bf06f957957fad6871c33382ebf98a75ea55d (patch)
tree473c6cb6cca70f385bbb0edc9eeb380c988508bb /moses/Util.h
parentfda97b08021238c54a440003da5d760f5f0a1349 (diff)
Revert "share bitmaps"
This reverts commit db24036313717458c6995e087b1db1379867aab8.
Diffstat (limited to 'moses/Util.h')
-rw-r--r--moses/Util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/moses/Util.h b/moses/Util.h
index e557c2e6d..cc0f7314b 100644
--- a/moses/Util.h
+++ b/moses/Util.h
@@ -538,15 +538,6 @@ void PrintFeatureWeight(const FeatureFunction* ff);
void ShowWeights();
template<typename T>
-class OrderedComparer
-{
-public:
- bool operator()(const T* a, const T* b) const {
- return (*a) < (*b);
- }
-};
-
-template<typename T>
class UnorderedComparer
{
public: