Skip to content

Commit 2487e16

Browse files
committed
rustrt: remove local_heap implementation.
1 parent 382f1bc commit 2487e16

File tree

3 files changed

+11
-381
lines changed

3 files changed

+11
-381
lines changed

src/librustrt/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ pub mod c_str;
5858
pub mod exclusive;
5959
pub mod local;
6060
pub mod local_data;
61-
pub mod local_heap;
6261
pub mod mutex;
6362
pub mod rtio;
6463
pub mod stack;
@@ -105,9 +104,8 @@ pub static DEFAULT_ERROR_CODE: int = 101;
105104

106105
/// One-time runtime initialization.
107106
///
108-
/// Initializes global state, including frobbing
109-
/// the crate's logging flags, registering GC
110-
/// metadata, and storing the process arguments.
107+
/// Initializes global state, including frobbing the crate's logging flags,
108+
/// and storing the process arguments.
111109
pub fn init(argc: int, argv: *const *const u8) {
112110
// FIXME: Derefing these pointers is not safe.
113111
// Need to propagate the unsafety to `start`.

src/librustrt/local_heap.rs

Lines changed: 0 additions & 345 deletions
This file was deleted.

0 commit comments

Comments
 (0)