summaryrefslogtreecommitdiffstats
path: root/src/lookup/phonetic_lookup_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lookup/phonetic_lookup_heap.h')
-rw-r--r--src/lookup/phonetic_lookup_heap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lookup/phonetic_lookup_heap.h b/src/lookup/phonetic_lookup_heap.h
index 3a3d596..8af1767 100644
--- a/src/lookup/phonetic_lookup_heap.h
+++ b/src/lookup/phonetic_lookup_heap.h
@@ -102,6 +102,7 @@ public:
};
+#if 0
static inline bool matrix_value_more_than(const matrix_value_t &lhs,
const matrix_value_t &rhs) {
/* min heap here */
@@ -179,6 +180,7 @@ public:
return false;
}
};
+#endif
#endif