Remove unused imports throughout src/
This commit is contained in:
parent
55461d888f
commit
dfb5c10dea
214 changed files with 19 additions and 626 deletions
|
@ -17,7 +17,6 @@ Cross-platform file path handling
|
|||
use cmp::Eq;
|
||||
use libc;
|
||||
use option::{None, Option, Some};
|
||||
use ptr;
|
||||
use str;
|
||||
use to_str::ToStr;
|
||||
|
||||
|
@ -830,7 +829,6 @@ pub pure fn normalize(components: &[~str]) -> ~[~str] {
|
|||
pub mod windows {
|
||||
use libc;
|
||||
use option::{None, Option, Some};
|
||||
use to_str::ToStr;
|
||||
|
||||
#[inline(always)]
|
||||
pub pure fn is_sep(u: u8) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue