remove unused imports
This commit is contained in:
parent
9b5d523126
commit
e6e4f52bcf
7 changed files with 3 additions and 7 deletions
|
|
@ -26,7 +26,9 @@ use option::{None, Option, Some};
|
|||
use ptr::to_unsafe_ptr;
|
||||
use ptr;
|
||||
use ptr::RawPtr;
|
||||
use rt::global_heap::{malloc_raw, realloc_raw};
|
||||
#[cfg(not(stage0))]
|
||||
use rt::global_heap::malloc_raw;
|
||||
use rt::global_heap::realloc_raw;
|
||||
use sys;
|
||||
use sys::size_of;
|
||||
use uint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue