Remove no_separation flag

This commit is contained in:
Nikita Popov 2020-07-07 09:30:24 +02:00
parent e93aca7167
commit 302933daea
27 changed files with 10 additions and 50 deletions

View file

@ -3342,7 +3342,6 @@ ZEND_API int zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fca
fci->retval = NULL;
fci->param_count = 0;
fci->params = NULL;
fci->no_separation = 1;
return SUCCESS;
}