aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2020-01-22 05:47:59 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2020-01-22 05:47:59 +0000
commita7f12fce22ec06b2f49965cf7ba66183849ae664 (patch)
tree0cbbd8af2c01475bb8c392bb8d7df5e062ce2a16 /share
parentc57b57da3518e6bccd6d03661a6bd29ff56bd175 (diff)
downloadsrc-a7f12fce22ec06b2f49965cf7ba66183849ae664.tar.gz
src-a7f12fce22ec06b2f49965cf7ba66183849ae664.zip
Remove struct callout_handle. Should have gone with r355732.
Notes
Notes: svn path=/head/; revision=356973
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile1
-rw-r--r--share/man/man9/callout.96
2 files changed, 0 insertions, 7 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 3e77d7321509..bb203eab9d0f 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -770,7 +770,6 @@ MLINKS+=callout.9 callout_active.9 \
callout.9 callout_async_drain.9 \
callout.9 callout_deactivate.9 \
callout.9 callout_drain.9 \
- callout.9 callout_handle_init.9 \
callout.9 callout_init.9 \
callout.9 callout_init_mtx.9 \
callout.9 callout_init_rm.9 \
diff --git a/share/man/man9/callout.9 b/share/man/man9/callout.9
index 26130bfd5fdd..9e0cf5e6dc5e 100644
--- a/share/man/man9/callout.9
+++ b/share/man/man9/callout.9
@@ -37,7 +37,6 @@
.Nm callout_deactivate ,
.Nm callout_async_drain ,
.Nm callout_drain ,
-.Nm callout_handle_init ,
.Nm callout_init ,
.Nm callout_init_mtx ,
.Nm callout_init_rm ,
@@ -73,11 +72,6 @@ typedef void callout_func_t (void *);
.Ft int
.Fn callout_drain "struct callout *c"
.Ft void
-.Fn callout_handle_init "struct callout_handle *handle"
-.Bd -literal
-struct callout_handle handle = CALLOUT_HANDLE_INITIALIZER(&handle);
-.Ed
-.Ft void
.Fn callout_init "struct callout *c" "int mpsafe"
.Ft void
.Fn callout_init_mtx "struct callout *c" "struct mtx *mtx" "int flags"