From e467e8a4ee4ef7f5054b340b14f89efde4a40da7 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Wed, 26 Apr 2000 06:49:39 +0000 Subject: [PATCH] Remove dummy read_random function since we now have a real one. --- sys/alpha/alpha/machdep.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 055f6520c55..35db941bc29 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -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); -}