summaryrefslogtreecommitdiff
path: root/sys/src/libthread
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-10-12 00:52:56 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2021-10-12 00:52:56 +0000
commitb474f546f0fa7778f7c2f65b7c3125235db09bff (patch)
tree4fffd7c6cafd2fbeddd5a1393ebc21fe374b647b /sys/src/libthread
parent928b38c7b9d538f933eabdb563a408c3a6a95504 (diff)
libthread: remove more garbage: _threadnotefd, _threadpasserpid.
Diffstat (limited to 'sys/src/libthread')
-rw-r--r--sys/src/libthread/main.c2
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);