diff options
-rw-r--r-- | ext/intl/dateformat/dateformat_attrcpp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/dateformat/dateformat_attrcpp.cpp b/ext/intl/dateformat/dateformat_attrcpp.cpp index 8320904b63..49c4094a40 100644 --- a/ext/intl/dateformat/dateformat_attrcpp.cpp +++ b/ext/intl/dateformat/dateformat_attrcpp.cpp @@ -94,7 +94,6 @@ U_CFUNC PHP_FUNCTION(datefmt_get_timezone) RETURN_FALSE; } - object_init_ex(return_value, TimeZone_ce_ptr); timezone_object_construct(tz_clone, return_value, 1); } |