summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runner.c b/runner.c
index 9c763ac..7220ce3 100644
--- a/runner.c
+++ b/runner.c
@@ -66,7 +66,6 @@
#endif
#ifdef TIMINGS
- unsigned long long t0, t1;
# define TIMINGS_START() (t0 = rdtsc())
# define TIMINGS_END(str) {t1 = rdtsc(); if (i % 1000000 == 0) printf(str "=%llu\n", (t1-t0-63));}
#else