diff options
author | Andrey Hristov <andrey@php.net> | 2011-01-19 18:09:17 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2011-01-19 18:09:17 +0000 |
commit | f1cb5e6253fd3953048ae98341a62b75fc525735 (patch) | |
tree | 8ba307b8ea84dc6756416eafdd005708984f4462 /ext/mysqlnd/mysqlnd_statistics.c | |
parent | 230177d73c5c6e7602e1ecfd32f916802f30ffe1 (diff) | |
download | php-git-f1cb5e6253fd3953048ae98341a62b75fc525735.tar.gz |
fix zts build
Diffstat (limited to 'ext/mysqlnd/mysqlnd_statistics.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_statistics.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |