]> granicus.if.org Git - php/commit
Remove unnecessary condition as always true.
authorGeorge Peter Banyard <girgias@php.net>
Wed, 5 Feb 2020 16:44:20 +0000 (17:44 +0100)
committerGeorge Peter Banyard <girgias@php.net>
Wed, 5 Feb 2020 16:44:20 +0000 (17:44 +0100)
commite4e1746b3f9b97b5bb655f64a3e0e50a8e4425b6
tree4763ee378e869dad2ee253d78e7d8d2ff63b4ac5
parentc343c1bcae954112721075d2152802dedca3e2c4
Remove unnecessary condition as always true.

ZSTR_LEN(str) is an unsigned integer therefor it is always greater
or equal than 0.

Detected by -Wtype-limits compiler warning.
ext/iconv/iconv.c