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

@@ -11,8 +11,6 @@
//! Unsafe pointer utility functions
use cast;
#[cfg(stage0)] use libc;
#[cfg(stage0)] use libc::{c_void, size_t};
use option::{Option, Some, None};
use sys;
use unstable::intrinsics;