1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

View File

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