(empth_setctx): Unused, remove.

This commit is contained in:
Markus Armbruster 2005-07-23 16:55:31 +00:00
parent e15b7e2b9a
commit bf61ce9f38
2 changed files with 1 additions and 29 deletions

View file

@ -55,16 +55,6 @@ empth_create(int prio, void (*entry)(void *), int size, int flags,
return lwpCreate(prio, entry, size, flags, name, desc, 0, 0, ud);
}
#if 0
/* This is unused now? */
void
empth_setctx(void *ctx)
{
/* lwp does it automatically */
return;
}
#endif
empth_t *
empth_self(void)
{