Remove redundant ifdef.

This commit is contained in:
Ulf Möller
1999-05-13 13:29:41 +00:00
parent 75e0770d96
commit 5c83b4c93f
15 changed files with 8 additions and 66 deletions

View File

@@ -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