aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/sched.c')
-rw-r--r--src/libthread/sched.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libthread/sched.c b/src/libthread/sched.c
index d33587fc..b9e646e3 100644
--- a/src/libthread/sched.c
+++ b/src/libthread/sched.c
@@ -3,12 +3,14 @@
//static Thread *runthread(Proc*);
+#if 0
static char *_psstate[] = {
"Dead",
"Running",
"Ready",
"Rendezvous",
};
+#endif
static char*
psstate(int s)