summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/copyinout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/aim/copyinout.c')
-rw-r--r--sys/powerpc/aim/copyinout.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/powerpc/aim/copyinout.c b/sys/powerpc/aim/copyinout.c
index 37e7de7..7a28fc0 100644
--- a/sys/powerpc/aim/copyinout.c
+++ b/sys/powerpc/aim/copyinout.c
@@ -233,13 +233,6 @@ subyte(void *addr, int byte)
}
int
-suibyte(void *addr, int byte)
-{
-
- return (subyte(addr, byte));
-}
-
-int
suword(void *addr, long word)
{
struct thread *td;
OpenPOWER on IntegriCloud