Skip to content

Commit a989091

Browse files
committed
remove useless assignment
1 parent 0382a64 commit a989091

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/iconv/iconv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ PHP_ICONV_API php_iconv_err_t php_iconv_string(const char *in_p, size_t in_len,
720720

721721
default:
722722
/* other error */
723-
retval = PHP_ICONV_ERR_UNKNOWN;
724723
zend_string_free(out_buf);
725724
return PHP_ICONV_ERR_UNKNOWN;
726725
}

0 commit comments

Comments
 (0)