File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
branches/snap-stage3/src/rt 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
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: dc11396fda7097d049708a4f48c449ad8ea0db8d
4
+ refs/heads/snap-stage3: f149ea0c689e903c2db1f2aee45a9fb60f168374
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
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