libextra: Fix even more merge fallout.

This commit is contained in:
Patrick Walton
2013-06-26 15:54:51 -07:00
committed by Corey Richardson
parent 3625781cfe
commit f6a27cbda2
5 changed files with 2 additions and 8 deletions

View File

@@ -637,7 +637,6 @@ fn spawn_raw_oldsched(mut opts: TaskOpts, f: ~fn()) {
let result: ~fn() = || {
// Agh. Get move-mode items into the closure. FIXME (#2829)
let (notify_chan, child_arc, ancestors) = child_data.take();
let mut child_arc = child_arc;
let mut ancestors = ancestors;
// Child task runs this code.