From fe5b29ca4237ac9a0e80cc9f7aafa38b3c3afc8a Mon Sep 17 00:00:00 2001 From: oster Date: Wed, 8 Sep 1999 02:01:55 +0000 Subject: Nuke unused prototype. --- sys/dev/raidframe/rf_threadstuff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_threadstuff.c b/sys/dev/raidframe/rf_threadstuff.c index a8f820078bc..63f6c78ae57 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.3 1999/02/05 00:06:18 oster Exp $ */ +/* $NetBSD: rf_threadstuff.c,v 1.4 1999/09/08 02:01:55 oster Exp $ */ /* * rf_threadstuff.c */ @@ -36,7 +36,6 @@ static void mutex_destroyer(void *); static void cond_destroyer(void *); -void thread_wakeup(void *); /* * Shared stuff -- cgit