From 47ede89e4a832de2dada80599c1260f456275f19 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 22 Aug 2007 11:14:30 -0400 Subject: libthread: simplify alt tracking, possibly fixing bug --- include/thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3