summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2002-11-18 23:50:47 +0000
committeroster <oster@NetBSD.org>2002-11-18 23:50:47 +0000
commit61c0bdf3d3e417957ad5dd3efcc4d06de416c75a (patch)
treefa7574ba97cdfb9aff52dc7198b2c57c13932c18 /sys/dev
parentb43d46d578141e9b338cba70b85cf7303090e49f (diff)
#if 0 an unused function. Noted by Krister. Thanks!
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/raidframe/rf_threadstuff.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_threadstuff.c b/sys/dev/raidframe/rf_threadstuff.c
index e65848882dc..bd5a19fb4dd 100644
--- a/sys/dev/raidframe/rf_threadstuff.c
+++ b/sys/dev/raidframe/rf_threadstuff.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_threadstuff.c,v 1.11 2002/10/02 15:18:12 oster Exp $ */
+/* $NetBSD: rf_threadstuff.c,v 1.12 2002/11/18 23:50:47 oster Exp $ */
/*
* rf_threadstuff.c
*/
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.11 2002/10/02 15:18:12 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.12 2002/11/18 23:50:47 oster Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -220,12 +220,14 @@ decl_lock_data(, *m)
return(0);
}
+#if 0
int
rf_lkmgr_mutex_destroy(m)
decl_lock_data(, *m)
{
return(0);
}
+#endif
int
rf_cond_init(c)