Merge "Remove format version 1 related logic."

main
Keisuke Kuroynagi 2013-07-01 07:31:45 +00:00 committed by Android (Google) Code Review
commit 28ade0938e
1 changed files with 0 additions and 2 deletions

View File

@ -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: