remove useless variable
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 <unistd.h>
#include <inttypes.h>
-uint64_t _tt;
-
#ifdef IOWNANATHLON
#include <unistd.h>
#define SLEEP sleep(4)