mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 28ade093: Merge "Remove format version 1 related logic."
* commit '28ade0938eeb8d05c42bb2fec8be21ee209b4fa2': Remove format version 1 related logic.
This commit is contained in:
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…
x
Reference in New Issue
Block a user