Drop useless TODO comment

Cf. <https://github.com/php/php-src/pull/9018#issuecomment-1185481492>.
This commit is contained in:
Christoph M. Becker 2022-07-15 14:23:59 +02:00
parent 30d89b19cf
commit d6fc165028
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -1297,7 +1297,6 @@ PHP_FUNCTION(mb_http_input)
entry = MBSTRG(http_input_list);
n = MBSTRG(http_input_list_size);
if (n == 0) {
// TODO should return empty string?
RETURN_FALSE;
}
// TODO Use smart_str instead.