]> granicus.if.org Git - php/commitdiff
fix zts build
authorAndrey Hristov <andrey@php.net>
Wed, 19 Jan 2011 18:09:17 +0000 (18:09 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 19 Jan 2011 18:09:17 +0000 (18:09 +0000)
ext/mysqlnd/mysqlnd_statistics.c

index 174ca682d745f6e850fff277f76b8e64fc48bb27..ac2d4975ad654e61266b6eb4344f716528837aad 100644 (file)
@@ -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));