diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-09-26 15:38:54 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-09-27 00:44:32 -0700 |
| commit | 46aaf5128df346b2a8c16524acc9c3703705459b (patch) | |
| tree | 1f3900967fdfe1db2fb0cf07b24de33db0f9ce71 /src/libstd/rt | |
| parent | 1434b4bfcafe90cffa6627e3be18a9e5b6501ad1 (diff) | |
| download | rust-46aaf5128df346b2a8c16524acc9c3703705459b.tar.gz rust-46aaf5128df346b2a8c16524acc9c3703705459b.zip | |
Register new snapshots
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/crate_map.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libstd/rt/crate_map.rs b/src/libstd/rt/crate_map.rs index 57abb7560a1..2b19e38cbdc 100644 --- a/src/libstd/rt/crate_map.rs +++ b/src/libstd/rt/crate_map.rs @@ -10,7 +10,6 @@ use libc::c_char; -#[cfg(stage0)] use libc::c_void; use ptr; use ptr::RawPtr; use vec; @@ -40,17 +39,6 @@ struct CrateMapV0 { children: [*CrateMap, ..1] } -#[cfg(stage0)] -struct CrateMap { - version: i32, - annihilate_fn: *c_void, - entries: *ModEntry, - /// a dynamically sized struct, where all pointers to children are listed adjacent - /// to the struct, terminated with NULL - children: [*CrateMap, ..1] -} - -#[cfg(not(stage0))] struct CrateMap { version: i32, entries: *ModEntry, |
