From aef1e10eba812b8144b0a4ac8d9b6e690c6e5ca7 Mon Sep 17 00:00:00 2001 From: Daniel Farina Date: Thu, 30 May 2013 03:16:33 -0700 Subject: Remove unnecessary 'use' forms Fix a laundry list of warnings involving unused imports that glutted up compilation output. There are more, but there seems to be some false positives (where 'remedy' appears to break the build), but this particular set of fixes seems safe. --- src/libstd/rt/task.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd/rt/task.rs') diff --git a/src/libstd/rt/task.rs b/src/libstd/rt/task.rs index 12c683120c8..eb7282bae05 100644 --- a/src/libstd/rt/task.rs +++ b/src/libstd/rt/task.rs @@ -20,7 +20,6 @@ use prelude::*; use rt::local::Local; use rt::logging::StdErrLogger; use super::local_heap::LocalHeap; -use super::sched::Scheduler; pub struct Task { heap: LocalHeap, -- cgit 1.4.1-3-g733a5