summaryrefslogtreecommitdiff
path: root/apps/s_time.c
diff options
context:
space:
mode:
authorulf <ulf>1999-05-13 13:29:25 +0000
committerulf <ulf>1999-05-13 13:29:25 +0000
commitc66da066c89bbcf201e92a2e547a797de6fe26d1 (patch)
treed815498bc43929cffeb679564e4610511a5436b8 /apps/s_time.c
parentd748bf587eb6cc3392ead939245745457d29a671 (diff)
downloadopenssl-c66da066c89bbcf201e92a2e547a797de6fe26d1.tar.gz
Remove redundant ifdef.
Diffstat (limited to 'apps/s_time.c')
-rw-r--r--apps/s_time.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/s_time.c b/apps/s_time.c
index 15b519aa3..a529e2a11 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -124,11 +124,7 @@
*/
#ifndef HZ
#ifndef CLK_TCK
-#ifndef VMS
#define HZ 100.0
-#else /* VMS */
-#define HZ 100.0
-#endif
#else /* CLK_TCK */
#define HZ ((double)CLK_TCK)
#endif