From 3146008db47aefcd7c8780075bbbcb971656b891 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Thu, 10 Jan 2002 14:21:35 +0000 Subject: No more need for local define of LOCK_ASSERT. --- sys/kern/subr_pool.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/kern') 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. -- cgit v1.2.3