summaryrefslogtreecommitdiff
path: root/coverage/ctracer/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/ctracer/util.h')
-rw-r--r--coverage/ctracer/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/coverage/ctracer/util.h b/coverage/ctracer/util.h
index 2f962c3f..ad8f49d6 100644
--- a/coverage/ctracer/util.h
+++ b/coverage/ctracer/util.h
@@ -11,8 +11,6 @@
#undef TRACE_LOG /* Define to log our bookkeeping. */
#undef COLLECT_STATS /* Collect counters: stats are printed when tracer is stopped. */
-#define COLLECT_STATS 1
-
/* Py 2.x and 3.x compatibility */
#if PY_MAJOR_VERSION >= 3