aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/common/util.h')
-rw-r--r--benchmarks/common/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmarks/common/util.h b/benchmarks/common/util.h
index 082489b..ea06530 100644
--- a/benchmarks/common/util.h
+++ b/benchmarks/common/util.h
@@ -24,10 +24,6 @@
// Set SET_STATS to 1 if you want to carve out the piece that actually
// does the computation.
-#ifndef SET_STATS
-#define SET_STATS 0
-#endif
-
#if HOST_DEBUG
#include <stdio.h>
static void setStats(int enable) {}