remove unused var

This commit is contained in:
Anatol Belski 2015-01-30 10:31:37 +01:00
parent bc5686f5d2
commit d2f64edf29

View File

@ -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");