From 155add3557dc7fe5371cf1641c67449867753663 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 6 Jan 1995 23:23:38 +0000 Subject: [PATCH] Delete obsolete comment. --- src/sysdep.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index 8e1f4f09979..fe26e1f3879 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2701,13 +2701,6 @@ bcmp (b1, b2, length) /* This could be a macro! */ #ifndef HAVE_RANDOM #ifndef random -/* - * The BSD random returns numbers in the range of - * 0 to 2e31 - 1. The USG rand returns numbers in the - * range of 0 to 2e15 - 1. This is probably not significant - * in this usage. - */ - long random () { -- 2.39.5