diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-27 21:39:45 -0700 |
|---|---|---|
| committer | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-27 22:19:30 -0700 |
| commit | 577b888e4b87437a37903abb5b70b113a9df059d (patch) | |
| tree | 0fda8aaee992d04b8f4954b1f025d680b4389186 /src/rt/rust_uv.cpp | |
| parent | 474e7e5e0d863d803ce20063069130a3c2e1f208 (diff) | |
| download | rust-577b888e4b87437a37903abb5b70b113a9df059d.tar.gz rust-577b888e4b87437a37903abb5b70b113a9df059d.zip | |
rt: remove unneccesary c++ functions and rust_kernel data, re: global loop
Diffstat (limited to 'src/rt/rust_uv.cpp')
| -rw-r--r-- | src/rt/rust_uv.cpp | 10 |
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(); -} |
