diff options
-rw-r--r-- | sys/src/libthread/threadimpl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/src/libthread/threadimpl.h b/sys/src/libthread/threadimpl.h index e3fe6e15f..4fb63317a 100644 --- a/sys/src/libthread/threadimpl.h +++ b/sys/src/libthread/threadimpl.h @@ -120,16 +120,9 @@ struct Proc Tqueue ready; /* Runnable threads */ Lock readylock; - char printbuf[Printsize]; - int blocked; /* In a rendezvous */ int pending; /* delayed note pending */ - int nonotes; /* delay notes */ - uint nextID; /* ID of most recently created thread */ Proc *next; /* linked list of Procs */ - void *arg; /* passed between shared and unshared stk */ - char str[ERRMAX]; /* used by threadexits to avoid malloc */ - void* udata; /* User per-proc data pointer */ char threadint; /* tag for threadexitsall() */ }; |