Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28ade093 authored by Keisuke Kuroynagi's avatar Keisuke Kuroynagi Committed by Android (Google) Code Review
Browse files

Merge "Remove format version 1 related logic."

parents e5a3b776 92db5e10
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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: