commit | 28ade0938eeb8d05c42bb2fec8be21ee209b4fa2 | [log] [tgz] |
---|---|---|
author | Keisuke Kuroynagi <ksk@google.com> | Mon Jul 01 07:31:45 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jul 01 07:31:45 2013 +0000 |
tree | d39d49a49fea40de451e6a0fc80acfe4453792df | |
parent | e5a3b77664db1ecfd95601a806649f063eb604d3 [diff] | |
parent | 92db5e10b1f948a684ed9715d981d059e17e8c3a [diff] |
Merge "Remove format version 1 related logic."
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 5070651..c0e24fa 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 @@ 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: