diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2004-04-20 15:49:31 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2004-04-20 15:49:31 +0000 |
| commit | 05641e82d70f51f197ab050b8b46f380baf44edf (patch) | |
| tree | 0dc44fef9bfc311c5a24ba000b367a36b95c6f8c /sys/kern/kern_timeout.c | |
| parent | bcc0344c04ceeafc0229cf53d04fdeaff4aeefe5 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_timeout.c')
| -rw-r--r-- | sys/kern/kern_timeout.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index 534797a16c54..b1465ce6251f 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; |
