summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-10 14:21:35 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-10 14:21:35 +0000
commit3146008db47aefcd7c8780075bbbcb971656b891 (patch)
tree64da2aee4efb21dc7dad3e98787dc1a40e28d478 /sys/kern
parent9caa85e855855bf3684d43078b8a92e93833ca22 (diff)
No more need for local define of LOCK_ASSERT.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_pool.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_pool.c b/sys/kern/subr_pool.c
index 233cd7f215a..ecb07348c58 100644
--- a/sys/kern/subr_pool.c
+++ b/sys/kern/subr_pool.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_pool.c,v 1.16 2002/01/10 14:19:30 art Exp $ */
+/* $OpenBSD: subr_pool.c,v 1.17 2002/01/10 14:21:34 art Exp $ */
/* $NetBSD: subr_pool.c,v 1.59 2001/06/05 18:51:04 thorpej Exp $ */
/*-
@@ -59,7 +59,6 @@
#define simple_lock_freecheck(a, s) do { /* nothing */ } while (0)
#define simple_lock_only_held(lkp, str) do { /* nothing */ } while (0)
#endif
-#define LOCK_ASSERT(x) /* nothing */
/*
* Pool resource management utility.