Remove some superflous declarations.

This commit is contained in:
Markus Armbruster 2004-02-19 20:30:22 +00:00
parent c28f377fe9
commit f2b2c2f5e3

View file

@ -56,11 +56,6 @@ static char **udata; /* pointer to out global context */
static pthread_mutex_t mtx_ctxsw; /* thread in critical section */ static pthread_mutex_t mtx_ctxsw; /* thread in critical section */
#if 0
static void empth_setctx(void *);
#endif
static void empth_restorectx();
static void * static void *
empth_start(void *ctx) empth_start(void *ctx)
{ {