am 28ade093
: Merge "Remove format version 1 related logic."
* commit '28ade0938eeb8d05c42bb2fec8be21ee209b4fa2': Remove format version 1 related logic.
This commit is contained in:
commit
ace4e39ba3
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue