Skip to content

Commit d6fc165

Browse files
committed
Drop useless TODO comment
Cf. <#9018 (comment)>.
1 parent 30d89b1 commit d6fc165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/mbstring/mbstring.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,6 @@ PHP_FUNCTION(mb_http_input)
12971297
entry = MBSTRG(http_input_list);
12981298
n = MBSTRG(http_input_list_size);
12991299
if (n == 0) {
1300-
// TODO should return empty string?
13011300
RETURN_FALSE;
13021301
}
13031302
// TODO Use smart_str instead.

0 commit comments

Comments
 (0)