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:
parent
805dee4d0b
commit
f61326fe87
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user