Remove unneeded field

This commit is contained in:
Tim Chevalier 2012-06-21 14:25:36 -07:00
parent dc11396fda
commit f149ea0c68
1 changed files with 1 additions and 5 deletions

View File

@ -87,11 +87,7 @@ public:
memory_region local_region;
randctx rctx;
// FIXME: Neither of these are used
int32_t list_index;
const char *const name;
const char *const name; // Used for debugging
// Only a pointer to 'name' is kept, so it must live as long as this
// domain.
rust_sched_loop(rust_scheduler *sched, int id);