remove non-applicable comment

This commit is contained in:
Anatol Belski 2015-05-22 13:39:25 +02:00
parent d28ab1cba3
commit c63467fe6e

View file

@ -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) {