summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/random.c b/random.c
index 547c13a0e1..4f1f5fabe8 100644
--- a/random.c
+++ b/random.c
@@ -144,16 +144,6 @@ genrand_real()
#include <unistd.h>
#endif
#include <time.h>
-#ifndef NT
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-#else
-struct timeval {
- long tv_sec; /* seconds */
- long tv_usec; /* and microseconds */
-};
-#endif
-#endif /* NT */
static int first = 1;