mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
remove non-applicable comment
This commit is contained in:
parent
d28ab1cba3
commit
c63467fe6e
1 changed files with 0 additions and 1 deletions
|
@ -245,7 +245,6 @@ static zend_bool add_post_var(zval *arr, post_var_data_t *var, zend_bool eof)
|
|||
{
|
||||
char *ksep, *vsep, *val;
|
||||
size_t klen, vlen;
|
||||
/* FIXME: string-size_t */
|
||||
size_t new_vlen;
|
||||
|
||||
if (var->ptr >= var->end) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue