am 28ade093: Merge "Remove format version 1 related logic."
* commit '28ade0938eeb8d05c42bb2fec8be21ee209b4fa2': Remove format version 1 related logic.main
commit
ace4e39ba3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue