libthread: remove unused _workerdata() prototype from threadimpl.h
This commit is contained in:
parent
b474f546f0
commit
1656782f79
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ void _threadnote(void*, char*);
|
|||
void _threadready(Thread*);
|
||||
void* _threadrendezvous(void*, void*);
|
||||
void _threadsysfatal(char*, va_list);
|
||||
void** _workerdata(void);
|
||||
|
||||
extern int _threaddebuglevel;
|
||||
extern char* _threadexitsallstatus;
|
||||
|
|
Loading…
Reference in a new issue