From 92db5e10b1f948a684ed9715d981d059e17e8c3a Mon Sep 17 00:00:00 2001 From: Keisuke Kuroynagi Date: Mon, 1 Jul 2013 16:28:06 +0900 Subject: [PATCH] Remove format version 1 related logic. Removed from DictionaryStructurePolicyFactory Bug: 9617181 Change-Id: Ice4b4a24e019c88b0ec129dc69176c7541f8530c --- .../policyimpl/dictionary/dictionary_structure_policy_factory.h | 2 -- 1 file changed, 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: