mirror of
https://github.com/php/php-src.git
synced 2024-12-01 22:03:36 +08:00
remove unused var
This commit is contained in:
parent
bc5686f5d2
commit
d2f64edf29
@ -1246,7 +1246,7 @@ U_CFUNC PHP_FUNCTION(intlcal_to_date_time)
|
||||
int64_t ts;
|
||||
char ts_str[sizeof("@-9223372036854775808")];
|
||||
int ts_str_len;
|
||||
zval ts_tmp, ts_zval, tmp;
|
||||
zval ts_zval, tmp;
|
||||
|
||||
INTL_METHOD_CHECK_STATUS(co, "Call to ICU method has failed");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user