diff options
author | 2014-08-27 20:05:59 +0900 | |
---|---|---|
committer | 2014-08-27 20:05:59 +0900 | |
commit | fe395232d69df0887863c1cbabe63def2586d29e (patch) | |
tree | fa7f6ca6e36e235518a120d58d962a5a9be9a260 /native/jni/NativeFileList.mk | |
parent | 758d09364457b9d3d0c514a7fcfc8a6e317c9222 (diff) | |
download | latinime-fe395232d69df0887863c1cbabe63def2586d29e.tar.gz latinime-fe395232d69df0887863c1cbabe63def2586d29e.tar.xz latinime-fe395232d69df0887863c1cbabe63def2586d29e.zip |
Remove bigram dict content.
Bug: 14425059
Change-Id: I75918c6761a50832da511088eb83becd56b23662
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 5511a9efc..018a34d18 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -61,7 +61,6 @@ LATIN_IME_CORE_SRC_FILES := \ ver2_patricia_trie_node_reader.cpp \ ver2_pt_node_array_reader.cpp) \ $(addprefix suggest/policyimpl/dictionary/structure/v4/, \ - bigram/ver4_bigram_list_policy.cpp \ ver4_dict_buffers.cpp \ ver4_dict_constants.cpp \ ver4_patricia_trie_node_reader.cpp \ @@ -71,7 +70,6 @@ LATIN_IME_CORE_SRC_FILES := \ ver4_patricia_trie_writing_helper.cpp \ ver4_pt_node_array_reader.cpp) \ $(addprefix suggest/policyimpl/dictionary/structure/v4/content/, \ - bigram_dict_content.cpp \ language_model_dict_content.cpp \ shortcut_dict_content.cpp \ sparse_table_dict_content.cpp \ |