Skip to content

Commit

Permalink
Remove old stage0 compat gunk
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Sep 20, 2012
1 parent 80524d3 commit 74dbdec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
8 changes: 0 additions & 8 deletions src/libstd/serialization.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
//! Support code for serialization.
// XXX remove
#[cfg(stage0)]
#[allow(non_camel_case_types)]
type serializer = Serializer;
#[cfg(stage0)]
#[allow(non_camel_case_types)]
type deserializer = Deserializer;

/*
Core serialization interfaces.
*/
Expand Down
14 changes: 0 additions & 14 deletions src/rustc/back/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@ fn WriteOutputFile(sess:session,
}
}

#[cfg(stage0)]
mod jit {
fn exec(_sess: session,
_pm: PassManagerRef,
_m: ModuleRef,
_opt: c_int,
_stacks: bool) {
fail
}
}

#[cfg(stage1)]
#[cfg(stage2)]
#[cfg(stage3)]
mod jit {
#[nolink]
#[abi = "rust-intrinsic"]
Expand Down

0 comments on commit 74dbdec

Please sign in to comment.