diff options
| author | bors <bors@rust-lang.org> | 2013-05-23 18:10:36 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-23 18:10:36 -0700 |
| commit | a776d65b4d8e5eaad501af2b147cfbe1dbf10d3c (patch) | |
| tree | 1366910aafb8be2d6a9ef3872035e166a6dd8f65 /src/libstd/rt/task.rs | |
| parent | 4bbc13d6db303264cea477972969bf88442a611b (diff) | |
| parent | cc4fabcb4361d0daada096f5e6ac19eb6ed21d33 (diff) | |
| download | rust-a776d65b4d8e5eaad501af2b147cfbe1dbf10d3c.tar.gz rust-a776d65b4d8e5eaad501af2b147cfbe1dbf10d3c.zip | |
auto merge of #6690 : erickt/rust/cleanup-warnings, r=brson
Simple patch series to fix up all the warnings a rustc compile is giving at the moment. It also fixes a NOTE in `to_bytes.rs` to remove the `to_bytes::iter_bytes_<N>` functions.
Diffstat (limited to 'src/libstd/rt/task.rs')
| -rw-r--r-- | src/libstd/rt/task.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/rt/task.rs b/src/libstd/rt/task.rs index 0314137fc7f..cf4967b12b3 100644 --- a/src/libstd/rt/task.rs +++ b/src/libstd/rt/task.rs @@ -16,7 +16,6 @@ use prelude::*; use libc::{c_void, uintptr_t}; use cast::transmute; -use super::sched::Scheduler; use rt::local::Local; use super::local_heap::LocalHeap; use rt::logging::StdErrLogger; |
