Skip to content
Snippets Groups Projects
Commit 92db5e10 authored by Keisuke Kuroynagi's avatar Keisuke Kuroynagi
Browse files

Remove format version 1 related logic.

Removed from DictionaryStructurePolicyFactory

Bug: 9617181
Change-Id: Ice4b4a24e019c88b0ec129dc69176c7541f8530c
parent 8142a7b6
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,6 @@ class DictionaryStructurePolicyFactory { ...@@ -30,8 +30,6 @@ class DictionaryStructurePolicyFactory {
static const DictionaryStructurePolicy *getDictionaryStructurePolicy( static const DictionaryStructurePolicy *getDictionaryStructurePolicy(
const BinaryDictionaryFormatUtils::FORMAT_VERSION dictionaryFormat) { const BinaryDictionaryFormatUtils::FORMAT_VERSION dictionaryFormat) {
switch (dictionaryFormat) { switch (dictionaryFormat) {
case BinaryDictionaryFormatUtils::VERSION_1:
// Fall through
case BinaryDictionaryFormatUtils::VERSION_2: case BinaryDictionaryFormatUtils::VERSION_2:
return PatriciaTriePolicy::getInstance(); return PatriciaTriePolicy::getInstance();
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment