ext/intl: Remove unused variable

This is now unused after bf3673a415
This commit is contained in:
Gina Peter Banyard 2025-01-07 23:34:22 +00:00
parent e5c415cd3a
commit 58d19dade7
No known key found for this signature in database
GPG key ID: 3306078E3194AEBD

View file

@ -133,7 +133,6 @@ U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone,
const char *func) const char *func)
{ {
zval local_zv_tz; zval local_zv_tz;
char *message = NULL;
TimeZone *timeZone; TimeZone *timeZone;
if (zv_timezone == NULL || Z_TYPE_P(zv_timezone) == IS_NULL) { if (zv_timezone == NULL || Z_TYPE_P(zv_timezone) == IS_NULL) {