Remove some superflous declarations.
This commit is contained in:
parent
c28f377fe9
commit
f2b2c2f5e3
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue