summaryrefslogtreecommitdiffstats
path: root/src/lookup/phonetic_lookup.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-02-06 14:56:08 +0800
committerPeng Wu <alexepico@gmail.com>2017-02-06 14:56:08 +0800
commit8df49857ef632ab03c290df8ee6abe9f436d1d3c (patch)
tree8aba160727f29a1a1e2bf1d2d167ea1d2140ee59 /src/lookup/phonetic_lookup.h
parent0327c836a2ba39656fb1ec7f7e342a93aac665bb (diff)
downloadlibpinyin-8df49857ef632ab03c290df8ee6abe9f436d1d3c.tar.gz
libpinyin-8df49857ef632ab03c290df8ee6abe9f436d1d3c.tar.xz
libpinyin-8df49857ef632ab03c290df8ee6abe9f436d1d3c.zip
fixes compile
Diffstat (limited to 'src/lookup/phonetic_lookup.h')
-rw-r--r--src/lookup/phonetic_lookup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lookup/phonetic_lookup.h b/src/lookup/phonetic_lookup.h
index 1108198..078a467 100644
--- a/src/lookup/phonetic_lookup.h
+++ b/src/lookup/phonetic_lookup.h
@@ -111,8 +111,6 @@ struct matrix_value_t {
#include "phonetic_lookup_heap.h"
#endif
-enum constraint_type{NO_CONSTRAINT, CONSTRAINT_ONESTEP, CONSTRAINT_NOSEARCH };
-
struct trellis_constraint_t {
/* the constraint type */
constraint_type m_type;