mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove dummy read_random function since we now have a real one.
This commit is contained in:
parent
09dc0c8c21
commit
e467e8a4ee
1 changed files with 0 additions and 10 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue