Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Unecessary assignment
This commit is contained in:
Dmitry Stogov 2014-12-02 16:29:54 +03:00
commit 072dd32075

View File

@ -55,7 +55,6 @@ void init_op_array(zend_op_array *op_array, zend_uchar type, int initial_ops_siz
op_array->refcount = (uint32_t *) emalloc(sizeof(uint32_t));
*op_array->refcount = 1;
op_array->last = 0;
op_array->opcodes = NULL;
op_array_alloc_ops(op_array, initial_ops_size);
op_array->last_var = 0;