summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bench/bench.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bench/bench.h b/bench/bench.h
index 1cdd461..0d5dd09 100644
--- a/bench/bench.h
+++ b/bench/bench.h
@@ -1,6 +1,3 @@
-void time_int80h(void);
-void time_cpuid(void);
-
#define rdtsc() ({ unsigned long a,d; asm volatile("rdtsc":"=a" (a), "=d" (d)); a; })
#define TIME(x,y) \