Remove unused function process_frame() from arm_machdep.c
authortom <tom@openbsd.org>
Sat, 16 Jul 2016 06:41:20 +0000 (06:41 +0000)
committertom <tom@openbsd.org>
Sat, 16 Jul 2016 06:41:20 +0000 (06:41 +0000)
ok jsg@

sys/arch/arm/arm/arm_machdep.c

index 526c84c..f5871f3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: arm_machdep.c,v 1.3 2011/09/20 22:02:10 miod Exp $    */
+/*     $OpenBSD: arm_machdep.c,v 1.4 2016/07/16 06:41:20 tom Exp $     */
 /*     $NetBSD: arm_machdep.c,v 1.7 2003/10/25 19:44:42 scw Exp $      */
 
 /*
 #include <machine/vmparam.h>
 #include <machine/bus.h>
 
-static __inline struct trapframe *
-process_frame(struct proc *p)
-{
-
-       return (p->p_addr->u_pcb.pcb_tf);
-}
-
 /*
  * The ARM architecture places the vector page at address 0.
  * Later ARM architecture versions, however, allow it to be