From: Anatol Belski Date: Thu, 1 Sep 2016 20:52:43 +0000 (+0200) Subject: remove useless assignment X-Git-Tag: php-7.2.0alpha1~1381^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9890918801f867b0e7ab9996c51312581512c48;p=php remove useless assignment --- diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 99a24d78bc..ab51dd046a 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -720,7 +720,6 @@ PHP_ICONV_API php_iconv_err_t php_iconv_string(const char *in_p, size_t in_len, default: /* other error */ - retval = PHP_ICONV_ERR_UNKNOWN; zend_string_free(out_buf); return PHP_ICONV_ERR_UNKNOWN; }