diff options
author | Xinchen Hui <laruence@php.net> | 2014-06-23 23:01:35 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-06-23 23:33:38 +0800 |
commit | 587923ccc837fc22901f3114631bcc3b1b384fcd (patch) | |
tree | 416c15ea44ac3e7ab96ef5cf70e10cb278b37693 /ext/mysqlnd/mysqlnd_ps_codec.c | |
parent | 305da4a88ab1b9a8405c843bf519a19fd039152b (diff) | |
download | php-git-587923ccc837fc22901f3114631bcc3b1b384fcd.tar.gz |
Cleanup (refactoring is finish)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_ps_codec.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_ps_codec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_ps_codec.c b/ext/mysqlnd/mysqlnd_ps_codec.c index 5d860f254d..e80aa5565e 100644 --- a/ext/mysqlnd/mysqlnd_ps_codec.c +++ b/ext/mysqlnd/mysqlnd_ps_codec.c @@ -506,8 +506,6 @@ mysqlnd_stmt_copy_it(zval ** copies, zval * original, unsigned int param_count, } if (*copies) { ZVAL_COPY(&(*copies)[current], original); - //????Z_SET_REFCOUNT_P((*copies)[current], 1); - //zval_copy_ctor((*copies)[current]); return PASS; } return FAIL; |