Skip to content

Commit

Permalink
ext/intl: Remove unused variable
Browse files Browse the repository at this point in the history
This is now unused after bf3673a
  • Loading branch information
Girgias committed Jan 7, 2025
1 parent e5c415c commit 58d19da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/intl/timezone/timezone_class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 58d19da

Please sign in to comment.