summaryrefslogtreecommitdiff
path: root/kern/eventcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/eventcount.c')
-rw-r--r--kern/eventcount.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kern/eventcount.c b/kern/eventcount.c
index 14cd989..fe7626d 100644
--- a/kern/eventcount.c
+++ b/kern/eventcount.c
@@ -126,7 +126,6 @@ void evc_notify_abort(thread_t thread)
splx(s);
}
-#ifdef CONTINUATIONS
/*
* Just so that we return success, and give
* up the stack while blocked
@@ -137,9 +136,6 @@ evc_continue(void)
thread_syscall_return(KERN_SUCCESS);
/* NOTREACHED */
}
-#else /* not CONTINUATIONS */
-#define evc_continue 0
-#endif /* not CONTINUATIONS */
/*
* User-trappable