diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-10-12 00:52:56 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-10-12 00:52:56 +0000 |
commit | b474f546f0fa7778f7c2f65b7c3125235db09bff (patch) | |
tree | 4fffd7c6cafd2fbeddd5a1393ebc21fe374b647b /sys/src/libthread | |
parent | 928b38c7b9d538f933eabdb563a408c3a6a95504 (diff) |
libthread: remove more garbage: _threadnotefd, _threadpasserpid.
Diffstat (limited to 'sys/src/libthread')
-rw-r--r-- | sys/src/libthread/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/libthread/main.c b/sys/src/libthread/main.c index ab8cceef2..faa08bf79 100644 --- a/sys/src/libthread/main.c +++ b/sys/src/libthread/main.c @@ -11,8 +11,6 @@ struct Mainarg }; int mainstacksize; -int _threadnotefd; -int _threadpasserpid; static jmp_buf _mainjmp; static void mainlauncher(void*); extern void (*_sysfatal)(char*, va_list); |