Skip to content

Commit 58d19da

Browse files
committed
ext/intl: Remove unused variable
This is now unused after bf3673a
1 parent e5c415c commit 58d19da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/intl/timezone/timezone_class.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone,
133133
const char *func)
134134
{
135135
zval local_zv_tz;
136-
char *message = NULL;
137136
TimeZone *timeZone;
138137

139138
if (zv_timezone == NULL || Z_TYPE_P(zv_timezone) == IS_NULL) {

0 commit comments

Comments
 (0)