From 32e84fec2ea43c31291fa0e3553bb8203d498557 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 27 Dec 2010 23:05:28 -0600 Subject: Remove accidental left-over from copy-paste --- runner.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf