]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete obsolete comment.
authorKarl Heuer <kwzh@gnu.org>
Fri, 6 Jan 1995 23:23:38 +0000 (23:23 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 6 Jan 1995 23:23:38 +0000 (23:23 +0000)
src/sysdep.c

index 8e1f4f09979e19cc42798f85953c702ca42bcf4e..fe26e1f387941b41ff3b87c01188e5d4c0bb707d 100644 (file)
@@ -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 ()
 {