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>2013-12-13 19:47:26 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-12-13 19:47:26 +0400
commit3bd5583976f66da8afa567244cb130cea76d5358 (patch)
tree90e078deb2192fcce28cb47b32218b572d1b7997 /moses/RuleCube.h
parent95a41c44facbfe49962b2b28234d0d0a08183032 (diff)
more debug functions
Diffstat (limited to 'moses/RuleCube.h')
-rw-r--r--moses/RuleCube.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/moses/RuleCube.h b/moses/RuleCube.h
index e430fc967..78c77fd07 100644
--- a/moses/RuleCube.h
+++ b/moses/RuleCube.h
@@ -50,18 +50,6 @@ public:
}
};
-/** Define an ordering between RuleCubeItems based on their positions in the
- * cube. This is used to record which positions in the cube have been covered
- * during search.
- */
-class RuleCubeItemPositionOrderer
-{
-public:
- bool operator()(const RuleCubeItem *p, const RuleCubeItem *q) const {
- return *p < *q;
- }
-};
-
/** @todo what is this?
*/
class RuleCubeItemHasher