remove unused import warnings

This commit is contained in:
Huon Wilson
2013-06-09 02:21:11 +10:00
parent 00f5916809
commit 98ba91f81b
29 changed files with 14 additions and 52 deletions

View File

@@ -10,14 +10,9 @@
use core::prelude::*;
use core::comm;
use core::io;
use core::libc::c_int;
use core::os;
use core::run;
use core::str;
use core::task;
use core::vec;
#[cfg(target_os = "win32")]
fn target_env(lib_path: &str, prog: &str) -> ~[(~str,~str)] {
@@ -74,4 +69,3 @@ pub fn run(lib_path: &str,
err: str::from_bytes(output.error)
}
}