aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-01-06 23:23:38 +0000
committerKarl Heuer1995-01-06 23:23:38 +0000
commit155add3557dc7fe5371cf1641c67449867753663 (patch)
tree14560b9bfced66ea696fa6c2d5e13f827ff4c542 /src
parentdc26fc9f0fb00d0af024e92b57f24130c2ab6a88 (diff)
downloademacs-155add3557dc7fe5371cf1641c67449867753663.tar.gz
emacs-155add3557dc7fe5371cf1641c67449867753663.zip
Delete obsolete comment.
Diffstat (limited to 'src')
-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! */
2701#ifndef HAVE_RANDOM 2701#ifndef HAVE_RANDOM
2702#ifndef random 2702#ifndef random
2703 2703
2704/*
2705 * The BSD random returns numbers in the range of
2706 * 0 to 2e31 - 1. The USG rand returns numbers in the
2707 * range of 0 to 2e15 - 1. This is probably not significant
2708 * in this usage.
2709 */
2710
2711long 2704long
2712random () 2705random ()
2713{ 2706{