summaryrefslogtreecommitdiff
path: root/tests/devel/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/devel/copy.c')
-rw-r--r--tests/devel/copy.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/devel/copy.c b/tests/devel/copy.c
index 69462b0c8..d4defde48 100644
--- a/tests/devel/copy.c
+++ b/tests/devel/copy.c
@@ -51,28 +51,8 @@ cputime ()
#define M * 1000000
#ifndef CLOCK
-#if defined (__m88k__)
-#define CLOCK 20 M
-#elif defined (__i386__)
-#define CLOCK (16666667)
-#elif defined (__m68k__)
-#define CLOCK (20 M)
-#elif defined (_IBMR2)
-#define CLOCK (25 M)
-#elif defined (__sparc__)
-#define CLOCK (20 M)
-#elif defined (__sun__)
-#define CLOCK (20 M)
-#elif defined (__mips)
-#define CLOCK (40 M)
-#elif defined (__hppa__)
-#define CLOCK (50 M)
-#elif defined (__alpha)
-#define CLOCK (133 M)
-#else
#error "Don't know CLOCK of your machine"
#endif
-#endif
#ifndef OPS
#define OPS (CLOCK/2)