summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_timeout.c')
-rw-r--r--sys/kern/kern_timeout.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index 534797a..b1465ce 100644
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -421,16 +421,6 @@ callout_reset(c, to_ticks, ftn, arg)
mtx_unlock_spin(&callout_lock);
}
-/* For binary compatibility. */
-#undef callout_stop
-int
-callout_stop(c)
- struct callout *c;
-{
-
- return(_callout_stop_safe(c, 0));
-}
-
int
_callout_stop_safe(c, safe)
struct callout *c;
OpenPOWER on IntegriCloud