diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-01-19 23:38:17 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-01-23 17:35:34 -0800 |
| commit | b9608fe4232c4014daa540849d471b1791b41fa6 (patch) | |
| tree | 10bd75fb21036ba97b406550c4c21ebe526ae2d5 /src/rt/rust_uv.cpp | |
| parent | fb9299346af9b951890db80e47eb65625997f160 (diff) | |
| download | rust-b9608fe4232c4014daa540849d471b1791b41fa6.tar.gz rust-b9608fe4232c4014daa540849d471b1791b41fa6.zip | |
std: Convert uv_global_loop to use pipes
Diffstat (limited to 'src/rt/rust_uv.cpp')
| -rw-r--r-- | src/rt/rust_uv.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp index 53d8177bcf8..2dc70088628 100644 --- a/src/rt/rust_uv.cpp +++ b/src/rt/rust_uv.cpp @@ -513,15 +513,6 @@ rust_uv_ip6_port(struct sockaddr_in6* src) { return ntohs(src->sin6_port); } -extern "C" uintptr_t* -rust_uv_get_kernel_global_chan_ptr() { - uintptr_t* result = rust_get_current_task()->kernel->get_global_loop(); - rust_task* task = rust_get_current_task(); - LOG(task, stdlib, "global loop: %lu", (unsigned long int)result); - LOG(task, stdlib,"global loop val: %lu", (unsigned long int)*result); - return result; -} - extern "C" void* rust_uv_current_kernel_malloc(size_t size) { return current_kernel_malloc(size, "rust_uv_current_kernel_malloc"); |
