diff options
author | Antony Dovgal <tony2001@php.net> | 2008-02-12 10:54:27 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-02-12 10:54:27 +0000 |
commit | 4a7c24b267052f28baf3035ccf82e2a8269031a6 (patch) | |
tree | c48e4eecf2a8da7b21a454297d2774080469ff12 /ext/mysqli/mysqli.c | |
parent | a4c1bc02b7ccfcccf7c7045a8ccd023b89ea4344 (diff) | |
download | php-git-4a7c24b267052f28baf3035ccf82e2a8269031a6.tar.gz |
nuke unnecessary TSRMLS_FETCH()
Diffstat (limited to 'ext/mysqli/mysqli.c')
-rw-r--r-- | ext/mysqli/mysqli.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c index 96699b0ef7..e499782743 100644 --- a/ext/mysqli/mysqli.c +++ b/ext/mysqli/mysqli.c @@ -75,7 +75,6 @@ static int le_pmysqli; void php_mysqli_dtor_p_elements(void *data) { MYSQL *mysql = (MYSQL *) data; - TSRMLS_FETCH(); #if defined(HAVE_MYSQLND) mysqlnd_end_psession(mysql); #endif |