libthread: remove unused _workerdata() prototype from threadimpl.h

This commit is contained in:
cinap_lenrek 2021-10-12 01:09:40 +00:00
parent b474f546f0
commit 1656782f79

View file

@ -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;