aboutsummaryrefslogtreecommitdiff
path: root/src/libthread
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread')
-rw-r--r--src/libthread/threadimpl.h5
1 files changed, 0 insertions, 5 deletions
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 <thread.h>
#include "label.h"
-enum{
-STKSIZE = 16384,
-STKMAGIC = 0xCAFEBEEF
-};
-
typedef struct Thread Thread;
typedef struct Proc Proc;
typedef struct Tqueue Tqueue;