Skip to content

Commit

Permalink
Remove #[cfg(stage0)] annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Aug 9, 2015
1 parent 587a32b commit 2ec2668
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustc_trans/trans/type_.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 2ec2668

Please sign in to comment.