mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
Removed debugging traps
This commit is contained in:
parent
dfd3cb37ee
commit
b4a956ddfe
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user