File tree 4 files changed +0
-226
lines changed
4 files changed +0
-226
lines changed 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