Skip to content

Commit

Permalink
core: missed rebase cruft cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
olsonjeffery authored and brson committed Sep 8, 2012
1 parent 3e58158 commit 12439b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libcore/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 12439b0

Please sign in to comment.