summaryrefslogtreecommitdiffstats
path: root/crypto/rc2/rc2speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc2/rc2speed.c')
-rw-r--r--crypto/rc2/rc2speed.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/rc2/rc2speed.c b/crypto/rc2/rc2speed.c
index f74375258f..423fdba24b 100644
--- a/crypto/rc2/rc2speed.c
+++ b/crypto/rc2/rc2speed.c
@@ -102,9 +102,6 @@ extern int exit();
/* The following if from times(3) man page. It may need to be changed */
#ifndef HZ
#ifndef CLK_TCK
-#ifndef VMS
-#define HZ 100.0
-#else /* VMS */
#define HZ 100.0
#endif
#else /* CLK_TCK */