From: Andrey Hristov Date: Wed, 19 Jan 2011 18:09:17 +0000 (+0000) Subject: fix zts build X-Git-Tag: php-5.3.6RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1cb5e6253fd3953048ae98341a62b75fc525735;p=php fix zts build --- diff --git a/ext/mysqlnd/mysqlnd_statistics.c b/ext/mysqlnd/mysqlnd_statistics.c index 174ca682d7..ac2d4975ad 100644 --- a/ext/mysqlnd/mysqlnd_statistics.c +++ b/ext/mysqlnd/mysqlnd_statistics.c @@ -248,7 +248,6 @@ mysqlnd_stats_init(MYSQLND_STATS ** stats, size_t statistic_count) { *stats = calloc(1, sizeof(MYSQLND_STATS)); if (*stats == NULL) { - DBG_ENTER("mysqlnd_stats_init failed to calloc stats context"); return; } (*stats)->values = calloc(statistic_count, sizeof(uint64_t));