From 8a8659f283862804477362da9a9953f0cdc06def Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sat, 9 Dec 2017 21:08:08 +0100 Subject: [PATCH] remove useless variable --- demo/timing.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo/timing.c b/demo/timing.c index 1c1359f..41239e3 100644 --- a/demo/timing.c +++ b/demo/timing.c @@ -3,8 +3,6 @@ #include #include -uint64_t _tt; - #ifdef IOWNANATHLON #include #define SLEEP sleep(4)