Remove no-longer-relevant comment.

This commit is contained in:
Mark Murray 2000-06-25 10:14:06 +00:00
parent dc47848738
commit b6e67f5c7d

View File

@ -417,7 +417,6 @@ proc0_post(dummy)
/*
* Give the ``random'' number generator a thump.
* XXX: Does read_random() contain enough bits to be used here ?
*/
nanotime(&ts);
srandom(ts.tv_sec ^ ts.tv_nsec);