Skip to content

Commit f149ea0

Browse files
committed
Remove unneeded field
1 parent dc11396 commit f149ea0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/rt/rust_sched_loop.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ struct rust_sched_loop
8787
memory_region local_region;
8888

8989
randctx rctx;
90-
91-
// FIXME: Neither of these are used
92-
int32_t list_index;
93-
const char *const name;
94-
90+
const char *const name; // Used for debugging
9591
// Only a pointer to 'name' is kept, so it must live as long as this
9692
// domain.
9793
rust_sched_loop(rust_scheduler *sched, int id);

0 commit comments

Comments
 (0)