From 1656782f7919856b6a627a5f15a4209ee853f7f1 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 12 Oct 2021 01:09:40 +0000 Subject: [PATCH] libthread: remove unused _workerdata() prototype from threadimpl.h --- sys/src/libthread/threadimpl.h | 1 - 1 file changed, 1 deletion(-) 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;