Skip to content

Commit 6bb08df

Browse files
committed
---
yaml --- r: 85737 b: refs/heads/dist-snap c: b72c437 h: refs/heads/master i: 85735: 5963353 v: v3
1 parent 6bb880b commit 6bb08df

File tree

6 files changed

+1
-128
lines changed

6 files changed

+1
-128
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 0983ebe5310d4eb6d289f636f7ed0536c08bbc0e
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: c17447f8b30a11ce6624c7088f647a6261c70135
9+
refs/heads/dist-snap: b72c43739d37b9a495bdbd64852198ba1f7f0807
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/mk/rt.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ RUNTIME_CXXS_$(1)_$(2) := \
7171
rt/rust_upcall.cpp \
7272
rt/rust_uv.cpp \
7373
rt/rust_crate_map.cpp \
74-
rt/rust_gc_metadata.cpp \
7574
rt/rust_util.cpp \
7675
rt/rust_log.cpp \
7776
rt/isaac/randport.cpp \

branches/dist-snap/src/libstd/rt/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,7 @@ pub fn init(argc: int, argv: **u8, crate_map: *u8) {
224224
args::init(argc, argv);
225225
env::init();
226226
logging::init(crate_map);
227-
rust_update_gc_metadata(crate_map);
228227
}
229-
230-
externfn!(fn rust_update_gc_metadata(crate_map: *u8));
231228
}
232229

233230
/// One-time runtime cleanup.

branches/dist-snap/src/rt/rust_gc_metadata.cpp

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

branches/dist-snap/src/rt/rust_gc_metadata.h

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

branches/dist-snap/src/rt/rustrt.def.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ rust_lock_little_lock
130130
rust_unlock_little_lock
131131
tdefl_compress_mem_to_heap
132132
tinfl_decompress_mem_to_heap
133-
rust_gc_metadata
134-
rust_update_gc_metadata
135133
rust_uv_ip4_port
136134
rust_uv_ip6_port
137135
rust_uv_tcp_getpeername

0 commit comments

Comments
 (0)