From 2db9e4821d8ae4889e63e5bb205b04eccb7af405 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 24 Nov 2003 20:16:30 +0000 Subject: tweaks. --- src/libthread/threadimpl.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libthread') diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index 24d9b214..d9b22403 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -24,11 +24,6 @@ #include #include "label.h" -enum{ -STKSIZE = 16384, -STKMAGIC = 0xCAFEBEEF -}; - typedef struct Thread Thread; typedef struct Proc Proc; typedef struct Tqueue Tqueue; -- cgit v1.2.3