1
Fork 0

core: missed rebase cruft cleanup

This commit is contained in:
Jeff Olson 2012-09-07 15:58:45 -07:00 committed by Brian Anderson
parent 3e58158375
commit 12439b0b24

View file

@ -1037,11 +1037,7 @@ fn each_ancestor(list: &mut AncestorList,
struct TCB {
me: *rust_task,
// List of tasks with whose fates this one's is intertwined.
<<<<<<< HEAD
tasks: TaskGroupArc, // 'none' means the group has failed.
=======
let tasks: TaskGroupArc; // 'None' means the group has failed.
>>>>>>> core: port task.rs to comm::Chan/Port to pipes::Chan/Port
// Lists of tasks who will kill us if they fail, but whom we won't kill.
mut ancestors: AncestorList,
is_main: bool,