Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Jul 24, 2012
1 parent 7941203 commit a5c060c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/common_date.cpp
Expand Up @@ -109,8 +109,6 @@ U_CFUNC TimeZone *timezone_convert_datetimezone(int type,
U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
intl_error *err, const char *func TSRMLS_DC) intl_error *err, const char *func TSRMLS_DC)
{ {
zval retval;
zval *zfuncname;
char *message; char *message;


if (err && U_FAILURE(err->code)) { if (err && U_FAILURE(err->code)) {
Expand Down

0 comments on commit a5c060c

Please sign in to comment.