diff options
| author | oster <oster@NetBSD.org> | 1999-09-08 02:01:55 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 1999-09-08 02:01:55 +0000 |
| commit | fe5b29ca4237ac9a0e80cc9f7aafa38b3c3afc8a (patch) | |
| tree | c7dcc7261f3fc526c80908182c820b83cb21ee9e /sys/dev/raidframe/rf_threadstuff.c | |
| parent | db8381e12016c5f8f91d2ad28ce54f8adcfbe92c (diff) | |
Nuke unused prototype.
Diffstat (limited to 'sys/dev/raidframe/rf_threadstuff.c')
| -rw-r--r-- | sys/dev/raidframe/rf_threadstuff.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
