8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Removed debugging traps

This commit is contained in:
AlexPeshkoff 2024-01-12 11:01:28 +03:00
parent dfd3cb37ee
commit b4a956ddfe

View File

@ -4049,12 +4049,7 @@ static string remove_icu_info_from_attributes(const string& charsetName, const s
if (IntlUtil::parseSpecificAttributes(charSet, specificAttributes.length(),
(const UCHAR*) specificAttributes.begin(), &map))
{
if (!map.get("ICU-VERSION"))
abort();
map.remove("ICU-VERSION");
if (map.get("ICU-VERSION"))
abort();
map.remove("COLL-VERSION");
return IntlUtil::generateSpecificAttributes(charSet, map);
}