8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Correction for unused code in release - used to update time zone list.

This commit is contained in:
Adriano dos Santos Fernandes 2020-05-04 13:04:39 -03:00
parent 805dee4d0b
commit f61326fe87

View File

@ -100,7 +100,6 @@ public:
}
else
{
// ICU has several schemas for entries names
const char* patterns[] =
{
@ -347,8 +346,8 @@ private:
#if defined DEV_BUILD && defined TZ_UPDATE
getEntryPoint("ucal_openTimeZones", inModule, ucalOpenTimeZones);
getEntryPoint("uenum_close", inModule, uenumClose);
getEntryPoint("uenum_unext", inModule, uenumUnext);
getEntryPoint("uenum_close", module, uenumClose);
getEntryPoint("uenum_unext", module, uenumUnext);
#endif
}