rt: Don't store the name of the task state in rust_task_list

This commit is contained in:
Brian Anderson
2012-03-17 18:19:49 -07:00
parent 05466c6138
commit 47c1895724
4 changed files with 32 additions and 17 deletions

View File

@@ -54,6 +54,7 @@ private:
void unprepare_c_stack();
rust_task_list *state_list(rust_task_state state);
const char *state_name(rust_task_state state);
public:
rust_kernel *kernel;