diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-10-12 01:09:40 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-10-12 01:09:40 +0000 |
commit | 1656782f7919856b6a627a5f15a4209ee853f7f1 (patch) | |
tree | 6df564a0e572248149d127308abe0cc01a6020c9 /sys/src | |
parent | b474f546f0fa7778f7c2f65b7c3125235db09bff (diff) |
libthread: remove unused _workerdata() prototype from threadimpl.h
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/libthread/threadimpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/libthread/threadimpl.h b/sys/src/libthread/threadimpl.h index 6771cd510..6574a6201 100644 --- a/sys/src/libthread/threadimpl.h +++ b/sys/src/libthread/threadimpl.h @@ -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; |