diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2016-03-01 17:47:32 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2016-03-01 17:47:32 +0000 |
| commit | cbc4d2db750b685904e055b79add5d516bd07e61 (patch) | |
| tree | bc4ba59ad502bd4930be6d5bc1668a5a2c0da3f5 /sys/kern/subr_taskqueue.c | |
| parent | ac8f9de31a0e054f604f46b1692ba4e9c10bdda5 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_taskqueue.c')
| -rw-r--r-- | sys/kern/subr_taskqueue.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c index c90d0e261027..96236a9ca317 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -737,13 +737,6 @@ taskqueue_create_fast(const char *name, int mflags, MTX_SPIN, "fast_taskqueue"); } -/* NB: for backwards compatibility */ -int -taskqueue_enqueue_fast(struct taskqueue *queue, struct task *task) -{ - return taskqueue_enqueue(queue, task); -} - static void *taskqueue_fast_ih; static void |
