Skip to content

Commit

Permalink
Remove unneeded field
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Jun 21, 2012
1 parent dc11396 commit f149ea0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/rt/rust_sched_loop.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ struct rust_sched_loop
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);
Expand Down

0 comments on commit f149ea0

Please sign in to comment.