File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: dc11396fda7097d049708a4f48c449ad8ea0db8d
2
+ refs/heads/master: f149ea0c689e903c2db1f2aee45a9fb60f168374
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -87,11 +87,7 @@ struct rust_sched_loop
87
87
memory_region local_region;
88
88
89
89
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
95
91
// Only a pointer to 'name' is kept, so it must live as long as this
96
92
// domain.
97
93
rust_sched_loop (rust_scheduler *sched, int id);
You can’t perform that action at this time.
0 commit comments