From bf5d4c5ca44442f4866ea6a222feb97d51bfd68c Mon Sep 17 00:00:00 2001 From: jasone Date: Thu, 25 Jan 2001 07:29:54 +0000 Subject: Remove CV_DECLARE(), which serves no useful purpose. --- sys/sys/condvar.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys') diff --git a/sys/sys/condvar.h b/sys/sys/condvar.h index 6e0581a..5460024 100644 --- a/sys/sys/condvar.h +++ b/sys/sys/condvar.h @@ -50,10 +50,6 @@ struct cv { }; #ifdef _KERNEL -#define CV_DECLARE(modifiers, name, descr) \ - static const char __cv_descr_##name[] = descr; \ - modifiers struct cv name = {{NULL, NULL}, NULL, __cv_descr_##name} - void cv_init(struct cv *cvp, const char *desc); void cv_destroy(struct cv *cvp); -- cgit v1.1