diff options
| author | Peng Wu <alexepico@gmail.com> | 2016-03-30 15:25:05 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2016-03-30 15:25:05 +0800 |
| commit | 836ea17130bd54b60c0d51ffc656b28106e73d1a (patch) | |
| tree | 51a47dbc31fbb18b608ec49f06bb3625927483cc /utils/storage/gen_binary_files.cpp | |
| parent | 71bfcb74f432e0d2ea067da53cdc765f54c2e36c (diff) | |
fixes warnings
Diffstat (limited to 'utils/storage/gen_binary_files.cpp')
| -rw-r--r-- | utils/storage/gen_binary_files.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp index 8ffb5fc..932c1cd 100644 --- a/utils/storage/gen_binary_files.cpp +++ b/utils/storage/gen_binary_files.cpp @@ -36,7 +36,6 @@ bool generate_binary_files(const char * pinyin_table_filename, const char * phrase_table_filename, const pinyin_table_info_t * phrase_files) { /* generate pinyin index*/ - pinyin_option_t options = USE_TONE; ChewingLargeTable2 pinyin_table; pinyin_table.attach(pinyin_table_filename, ATTACH_READWRITE|ATTACH_CREATE); |
