summaryrefslogtreecommitdiff
path: root/emu/NetBSD/os.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/NetBSD/os.c')
-rw-r--r--emu/NetBSD/os.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/emu/NetBSD/os.c b/emu/NetBSD/os.c
index e299a188..b6ffab99 100644
--- a/emu/NetBSD/os.c
+++ b/emu/NetBSD/os.c
@@ -527,11 +527,3 @@ stackalloc(Proc *p, void **tos)
*(Proc **)rv = p;
return rv;
}
-
-int
-segflush(void *a, ulong n)
-{
- USED(a);
- USED(n);
- return 0;
-}