summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-11-18 21:35:11 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-11-18 21:35:11 +0000
commitacd83d48dd90b191418b478412a9a8341dc2feaa (patch)
tree486d9d9c59741ecda9d64b1d7c8594b7e2a4d62e /games
parentfdd5fb3f2840877c3865d3b96ff6826e1beb8cf7 (diff)
cleanup
Diffstat (limited to 'games')
-rw-r--r--games/fortune/fortune/fortune.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c
index bf8b6538deb..6614d4862e1 100644
--- a/games/fortune/fortune/fortune.c
+++ b/games/fortune/fortune/fortune.c
@@ -200,9 +200,6 @@ char *av[];
#endif
init_prob();
-#if 0
- srandom((int)(time((time_t *) NULL) + getpid()));
-#endif
do {
get_fort();
} while ((Short_only && fortlen() > SLEN) ||