From f2b2c2f5e3d224997f610dbf249c37fe7e006d70 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 19 Feb 2004 20:30:22 +0000 Subject: [PATCH] Remove some superflous declarations. --- src/lib/empthread/pthread.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/empthread/pthread.c b/src/lib/empthread/pthread.c index 7c074705..2e87f79d 100644 --- a/src/lib/empthread/pthread.c +++ b/src/lib/empthread/pthread.c @@ -56,11 +56,6 @@ static char **udata; /* pointer to out global context */ static pthread_mutex_t mtx_ctxsw; /* thread in critical section */ -#if 0 -static void empth_setctx(void *); -#endif -static void empth_restorectx(); - static void * empth_start(void *ctx) {