Delete unused code (Jude Rich <juder11@gmail.com>)

This commit is contained in:
Frans Kaashoek 2021-09-01 07:24:07 -04:00
parent 02424b1f84
commit bf4816c9c6

View file

@ -2482,14 +2482,6 @@ void argptest(char *s)
close(fd);
}
unsigned long randstate = 1;
unsigned int
rand()
{
randstate = randstate * 1664525 + 1013904223;
return randstate;
}
// check that there's an invalid page beneath
// the user stack, to catch stack overflow.
void