summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-04-08 11:52:24 +0800
committerPeng Wu <alexepico@gmail.com>2013-04-08 11:55:01 +0800
commit2b6bbbf8d0f60ed83aec91db3cc0c6796c079d29 (patch)
tree22b56345f405f0ed4f3506bea6a78a31d0824148 /src/storage/phrase_index.cpp
parent415ccb56e84167f11bead9a1ca27be2e5216ba10 (diff)
downloadlibpinyin-2b6bbbf8d0f60ed83aec91db3cc0c6796c079d29.tar.gz
libpinyin-2b6bbbf8d0f60ed83aec91db3cc0c6796c079d29.tar.xz
libpinyin-2b6bbbf8d0f60ed83aec91db3cc0c6796c079d29.zip
fixes compile
Diffstat (limited to 'src/storage/phrase_index.cpp')
-rw-r--r--src/storage/phrase_index.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp
index c462fef..5f468b3 100644
--- a/src/storage/phrase_index.cpp
+++ b/src/storage/phrase_index.cpp
@@ -699,30 +699,6 @@ bool FacadePhraseIndex::mask_out(guint8 phrase_index,
}
namespace pinyin{
-const pinyin_table_info_t pinyin_phrase_files[PHRASE_INDEX_LIBRARY_COUNT] =
- {
- {RESERVED, NULL, NULL, NULL, NOT_USED},
- {GB_DICTIONARY, "gb_char.table", "gb_char.bin", "gb_char.dbin", SYSTEM_FILE},
- {GBK_DICTIONARY, "gbk_char.table", "gbk_char.bin", "gbk_char.dbin", SYSTEM_FILE},
-
- {MERGED_DICTIONARY, "merged.table", "merged.bin", "merged.dbin", SYSTEM_FILE},
-
- {ART_DICTIONARY, "art.table", "art.bin", "art.dbin", DICTIONARY},
- {CULTURE_DICTIONARY, "culture.table", "culture.bin", "culture.dbin", DICTIONARY},
- {ECONOMY_DICTIONARY, "economy.table", "economy.bin", "economy.dbin", DICTIONARY},
- {GEOLOGY_DICTIONARY, "geology.table", "geology.bin", "geology.dbin", DICTIONARY},
- {HISTORY_DICTIONARY, "history.table", "history.bin", "history.dbin", DICTIONARY},
-
- {LIFE_DICTIONARY, "life.table", "life.bin", "life.dbin", DICTIONARY},
- {NATURE_DICTIONARY, "nature.table", "nature.bin", "nature.dbin", DICTIONARY},
- {SCITECH_DICTIONARY, "scitech.table", "scitech.bin", "scitech.dbin", DICTIONARY},
- {SOCIETY_DICTIONARY, "society.table", "society.bin", "society.dbin", DICTIONARY},
- {SPORT_DICTIONARY, "sport.table", "sport.bin", "sport.dbin", DICTIONARY},
-
- {RESERVED1, NULL, NULL, NULL, NOT_USED},
-
- {USER_DICTIONARY, NULL, NULL, "user.bin", USER_FILE}
- };
static bool _peek_header(PhraseIndexLogger * logger,