about summary refs log tree commit diff
path: root/src/rt/rust_uv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_uv.cpp')
-rw-r--r--src/rt/rust_uv.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp
index 84cf14f47ed..12e7c174b45 100644
--- a/src/rt/rust_uv.cpp
+++ b/src/rt/rust_uv.cpp
@@ -450,13 +450,3 @@ rust_uv_get_kernel_global_chan_ptr() {
     LOG(task, stdlib,"global loop val: %lu", (unsigned long int)*result);
     return result;
 }
-
-extern "C" uintptr_t*
-rust_uv_get_kernel_monitor_global_chan_ptr() {
-    return rust_uv_get_kernel_global_chan_ptr();
-}
-
-extern "C" uintptr_t*
-rust_uv_get_kernel_global_async_handle() {
-    return rust_get_current_task()->kernel->get_global_async_handle();
-}