summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authordavej <davej>2003-01-28 13:36:09 +0000
committerdavej <davej>2003-01-28 13:36:09 +0000
commit577df075937ce11afb6533b58cb3b94108bd2aea (patch)
treec93a468fb6c3de629ec3cd01928a36c89277aff0 /bench
parent578b0a5029cdcd2ebd656f6a3c1c4e5991fcf533 (diff)
Remove dud protos
Diffstat (limited to 'bench')
-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) \