diff options
author | 2013-07-01 16:28:06 +0900 | |
---|---|---|
committer | 2013-07-01 16:28:06 +0900 | |
commit | 92db5e10b1f948a684ed9715d981d059e17e8c3a (patch) | |
tree | 60d3eeb93e365d52a4451d94794eae0a7f42f8e9 | |
parent | 8142a7b637326e8fe8736de94246b1fffb4f2886 (diff) | |
download | latinime-92db5e10b1f948a684ed9715d981d059e17e8c3a.tar.gz latinime-92db5e10b1f948a684ed9715d981d059e17e8c3a.tar.xz latinime-92db5e10b1f948a684ed9715d981d059e17e8c3a.zip |
Remove format version 1 related logic.
Removed from DictionaryStructurePolicyFactory
Bug: 9617181
Change-Id: Ice4b4a24e019c88b0ec129dc69176c7541f8530c
-rw-r--r-- | native/jni/src/suggest/policyimpl/dictionary/dictionary_structure_policy_factory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native/jni/src/suggest/policyimpl/dictionary/dictionary_structure_policy_factory.h b/native/jni/src/suggest/policyimpl/dictionary/dictionary_structure_policy_factory.h index 5070651cb..c0e24fa4e 100644 --- a/native/jni/src/suggest/policyimpl/dictionary/dictionary_structure_policy_factory.h +++ b/native/jni/src/suggest/policyimpl/dictionary/dictionary_structure_policy_factory.h @@ -30,8 +30,6 @@ class DictionaryStructurePolicyFactory { static const DictionaryStructurePolicy *getDictionaryStructurePolicy( const BinaryDictionaryFormatUtils::FORMAT_VERSION dictionaryFormat) { switch (dictionaryFormat) { - case BinaryDictionaryFormatUtils::VERSION_1: - // Fall through case BinaryDictionaryFormatUtils::VERSION_2: return PatriciaTriePolicy::getInstance(); default: |