Skip to content

Commit 334e1e9

Browse files
committed
---
yaml --- r: 10637 b: refs/heads/snap-stage3 c: f149ea0 h: refs/heads/master i: 10635: 9440bfd v: v3
1 parent cf82c5a commit 334e1e9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: dc11396fda7097d049708a4f48c449ad8ea0db8d
4+
refs/heads/snap-stage3: f149ea0c689e903c2db1f2aee45a9fb60f168374
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/rt/rust_sched_loop.h

Lines changed: 1 addition & 5 deletions
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)