From: Karl Heuer Date: Fri, 6 Jan 1995 23:23:38 +0000 (+0000) Subject: Delete obsolete comment. X-Git-Tag: emacs-19.34~5501 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=155add3557dc7fe5371cf1641c67449867753663;p=emacs.git Delete obsolete comment. --- 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 () {