Delete unused code (Jude Rich <juder11@gmail.com>)
This commit is contained in:
parent
02424b1f84
commit
bf4816c9c6
|
@ -2482,14 +2482,6 @@ void argptest(char *s)
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned long randstate = 1;
|
|
||||||
unsigned int
|
|
||||||
rand()
|
|
||||||
{
|
|
||||||
randstate = randstate * 1664525 + 1013904223;
|
|
||||||
return randstate;
|
|
||||||
}
|
|
||||||
|
|
||||||
// check that there's an invalid page beneath
|
// check that there's an invalid page beneath
|
||||||
// the user stack, to catch stack overflow.
|
// the user stack, to catch stack overflow.
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue