Remove dummy read_random function since we now have a real one.

This commit is contained in:
Matt Jacob 2000-04-26 06:49:39 +00:00
parent 09dc0c8c21
commit e467e8a4ee

View file

@ -2115,13 +2115,3 @@ alpha_fpstate_switch(struct proc *p)
p->p_md.md_flags |= MDP_FPUSED;
}
/*
* dummy version of read_random() until the random driver is ported.
*/
int read_random __P((void));
int
read_random(void)
{
return (0);
}