File tree Expand file tree Collapse file tree 5 files changed +1
-227
lines changed Expand file tree Collapse file tree 5 files changed +1
-227
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: a637db2aa18f0dc18616c7837de1e60972f20112
4
+ refs/heads/snap-stage3: f8c4d99df67d411d5f7b48823bc082d81cdfaa37
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ pub mod dynamic_lib;
22
22
23
23
pub mod global;
24
24
pub mod finally;
25
- pub mod weak_task;
26
25
pub mod intrinsics;
27
26
pub mod simd;
28
27
pub mod extfmt;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -769,18 +769,6 @@ rust_get_global_data_ptr() {
769
769
return &task->kernel ->global_data ;
770
770
}
771
771
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
-
784
772
#ifndef _WIN32
785
773
#include < sys/types.h>
786
774
#include < dirent.h>
Original file line number Diff line number Diff line change @@ -216,8 +216,6 @@ rust_raw_thread_start
216
216
rust_raw_thread_join_delete
217
217
rust_register_exit_function
218
218
rust_get_global_data_ptr
219
- rust_inc_kernel_live_count
220
- rust_dec_kernel_live_count
221
219
rust_get_rt_tls_key
222
220
swap_registers
223
221
rust_readdir
You can’t perform that action at this time.
0 commit comments