Skip to content

Commit 474e7e5

Browse files
committed
std: get rid of some un-needed rustrt native fns for the global loop
1 parent fbaba0f commit 474e7e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libstd/uv_global_loop.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ export get, get_single_task_gl, get_monitor_task_gl;
1010

1111
native mod rustrt {
1212
fn rust_uv_get_kernel_global_chan_ptr() -> *libc::uintptr_t;
13-
fn rust_uv_get_kernel_monitor_global_chan_ptr() -> *libc::uintptr_t;
14-
fn rust_uv_get_kernel_global_async_handle() -> *libc::uintptr_t;
15-
fn rust_compare_and_swap_ptr(address: *libc::uintptr_t,
16-
oldval: libc::uintptr_t,
17-
newval: libc::uintptr_t) -> bool;
1813
}
1914

2015
#[doc ="

0 commit comments

Comments
 (0)