diff options
author | Andrey Hristov <andrey@php.net> | 2009-12-11 10:21:34 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2009-12-11 10:21:34 +0000 |
commit | a9295f0343465cafde6cba928573e8be7621796b (patch) | |
tree | 8b02ec326e8cc6bcaa690dd0bfa91e7f42200994 /ext | |
parent | 0c7a9b8010f07cf3e1f457a3e9cb25fedd3aa5c0 (diff) | |
download | php-git-a9295f0343465cafde6cba928573e8be7621796b.tar.gz |
remove stale comment
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mysqlnd/mysqlnd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c index 9a1eee23d3..be9018325d 100644 --- a/ext/mysqlnd/mysqlnd.c +++ b/ext/mysqlnd/mysqlnd.c @@ -446,7 +446,6 @@ PHPAPI void _mysqlnd_restart_psession(MYSQLND *conn TSRMLS_DC) PHPAPI void _mysqlnd_end_psession(MYSQLND *conn TSRMLS_DC) { DBG_ENTER("_mysqlnd_end_psession"); - /* The thd zval cache is always freed on request shutdown, so this has happened already */ DBG_VOID_RETURN; } /* }}} */ |