Remove #[cfg(stage0)] annotation

This commit is contained in:
Tobias Bucher 2015-08-09 21:53:00 +02:00
parent 587a32b61b
commit 2ec26681a4
1 changed files with 0 additions and 3 deletions

View File

@ -20,11 +20,8 @@ use util::nodemap::FnvHashMap;
use syntax::ast;
use std::ffi::CString;
#[cfg(stage0)]
use std::mem;
use std::ptr;
#[cfg(not(stage0))]
use std::slice;
use std::cell::RefCell;
use libc::c_uint;