From: Andrey Hristov Date: Fri, 11 Dec 2009 10:21:34 +0000 (+0000) Subject: remove stale comment X-Git-Tag: php-5.3.2RC1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9295f0343465cafde6cba928573e8be7621796b;p=php remove stale comment --- 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; } /* }}} */