summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2003-07-16 08:13:13 +0000
committertruckman <truckman@FreeBSD.org>2003-07-16 08:13:13 +0000
commitdd6e5364d8a7257961a83098972a04fa81b15396 (patch)
tree2ef2d312c1ab139e30b70bff9a3144bc43d20e54 /sys
parente1b7e59831df364709049d630326630e50638743 (diff)
downloadFreeBSD-src-dd6e5364d8a7257961a83098972a04fa81b15396.zip
FreeBSD-src-dd6e5364d8a7257961a83098972a04fa81b15396.tar.gz
Nuke the declaration of a function which was not implemented.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mutex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h
index 93388ab..9601fd7 100644
--- a/sys/sys/mutex.h
+++ b/sys/sys/mutex.h
@@ -242,7 +242,6 @@ struct mtx_pool *mtx_pool_create(const char *mtx_name, int pool_size, int opts);
void mtx_pool_destroy(struct mtx_pool **poolp);
struct mtx *mtx_pool_find(struct mtx_pool *pool, void *ptr);
struct mtx *mtx_pool_alloc(struct mtx_pool *pool);
-struct mtx *mtx_pool_alloc_spin(struct mtx_pool *pool);
#define mtx_pool_lock(pool, ptr) \
mtx_lock(mtx_pool_find((pool), (ptr)))
#define mtx_pool_lock_spin(pool, ptr) \
OpenPOWER on IntegriCloud