libthread: remove unused skip() function
This commit is contained in:
parent
07608c768f
commit
928b38c7b9
1 changed files with 0 additions and 10 deletions
|
@ -58,16 +58,6 @@ mainlauncher(void *arg)
|
|||
threadexits("threadmain");
|
||||
}
|
||||
|
||||
static char*
|
||||
skip(char *p)
|
||||
{
|
||||
while(*p == ' ')
|
||||
p++;
|
||||
while(*p != ' ' && *p != 0)
|
||||
p++;
|
||||
return p;
|
||||
}
|
||||
|
||||
static void
|
||||
efork(Execargs *e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue