Skip to content

Commit 12439b0

Browse files
olsonjefferybrson
authored andcommitted
core: missed rebase cruft cleanup
1 parent 3e58158 commit 12439b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libcore/task.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,11 +1037,7 @@ fn each_ancestor(list: &mut AncestorList,
10371037
struct TCB {
10381038
me: *rust_task,
10391039
// List of tasks with whose fates this one's is intertwined.
1040-
<<<<<<< HEAD
10411040
tasks: TaskGroupArc, // 'none' means the group has failed.
1042-
=======
1043-
let tasks: TaskGroupArc; // 'None' means the group has failed.
1044-
>>>>>>> core: port task.rs to comm::Chan/Port to pipes::Chan/Port
10451041
// Lists of tasks who will kill us if they fail, but whom we won't kill.
10461042
mut ancestors: AncestorList,
10471043
is_main: bool,

0 commit comments

Comments
 (0)