(empth_setctx): Unused, remove.
This commit is contained in:
parent
e15b7e2b9a
commit
bf61ce9f38
2 changed files with 1 additions and 29 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue