diff --git a/core/tests/unit/ldml/ldml_test_source.cpp b/core/tests/unit/ldml/ldml_test_source.cpp index 72385826ea..37e10ee48e 100644 --- a/core/tests/unit/ldml/ldml_test_source.cpp +++ b/core/tests/unit/ldml/ldml_test_source.cpp @@ -408,7 +408,6 @@ void LdmlJsonTestSource::set_key_from_id(key_event& k, const std::u16string& id) auto *key2 = kmxplus->key2Helper.findKeyByStringId(strId, keyIndex); assert(key2 != nullptr); if (key2 == nullptr) { - k = {0, 0}; return; }