Skip to content

Commit 999fe93

Browse files
committed
---
yaml --- r: 64600 b: refs/heads/snap-stage3 c: f8c4d99 h: refs/heads/master v: v3
1 parent d177051 commit 999fe93

File tree

5 files changed

+1
-227
lines changed

5 files changed

+1
-227
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: a637db2aa18f0dc18616c7837de1e60972f20112
4+
refs/heads/snap-stage3: f8c4d99df67d411d5f7b48823bc082d81cdfaa37
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/unstable/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub mod dynamic_lib;
2222

2323
pub mod global;
2424
pub mod finally;
25-
pub mod weak_task;
2625
pub mod intrinsics;
2726
pub mod simd;
2827
pub mod extfmt;

branches/snap-stage3/src/libstd/unstable/weak_task.rs

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

branches/snap-stage3/src/rt/rust_builtin.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -769,18 +769,6 @@ rust_get_global_data_ptr() {
769769
return &task->kernel->global_data;
770770
}
771771

772-
extern "C" void
773-
rust_inc_kernel_live_count() {
774-
rust_task *task = rust_get_current_task();
775-
task->kernel->inc_live_count();
776-
}
777-
778-
extern "C" void
779-
rust_dec_kernel_live_count() {
780-
rust_task *task = rust_get_current_task();
781-
task->kernel->dec_live_count();
782-
}
783-
784772
#ifndef _WIN32
785773
#include <sys/types.h>
786774
#include <dirent.h>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ rust_raw_thread_start
216216
rust_raw_thread_join_delete
217217
rust_register_exit_function
218218
rust_get_global_data_ptr
219-
rust_inc_kernel_live_count
220-
rust_dec_kernel_live_count
221219
rust_get_rt_tls_key
222220
swap_registers
223221
rust_readdir

0 commit comments

Comments
 (0)