diff options
author | Russ Cox <rsc@swtch.com> | 2007-08-22 11:14:30 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-08-22 11:14:30 -0400 |
commit | 47ede89e4a832de2dada80599c1260f456275f19 (patch) | |
tree | 13a3c18def343a39c2124a0674a79ee8cbce6870 /include | |
parent | acecbb161981dcbe1f1e356c3ad586741a2240b9 (diff) | |
download | plan9port-47ede89e4a832de2dada80599c1260f456275f19.tar.gz plan9port-47ede89e4a832de2dada80599c1260f456275f19.tar.bz2 plan9port-47ede89e4a832de2dada80599c1260f456275f19.zip |
libthread: simplify alt tracking, possibly fixing bug
Diffstat (limited to 'include')
-rw-r--r-- | include/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/thread.h b/include/thread.h index 2301191d..739fe0fe 100644 --- a/include/thread.h +++ b/include/thread.h @@ -82,7 +82,6 @@ struct Alt void *v; uint op; _Thread *thread; - Alt *xalt; }; struct _Altarray |