summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-01-06 23:23:38 +0000
committerKarl Heuer <kwzh@gnu.org>1995-01-06 23:23:38 +0000
commit4eabc2f2ac619fdb5cd34b3004437f79f389022b (patch)
tree45b8f59e56e84621941dad0c6ee3f0e7321b92c5 /src/sysdep.c
parentde7b911fd778ba9c4865dd68281e0692820098b1 (diff)
downloademacs-4eabc2f2ac619fdb5cd34b3004437f79f389022b.tar.gz
Delete obsolete comment.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c7
1 files changed, 0 insertions, 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 ()
{