diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-07-22 16:37:45 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-07-24 18:44:16 -0400 |
| commit | ce1db94647fc82e0625a74fbf9670a7517aba996 (patch) | |
| tree | c35b4bd8de130f8506bfe63138386ec6a532e7c3 | |
| parent | 766eb950c6e7cdbab89e15200d0bd2dfee58e25e (diff) | |
| download | rust-ce1db94647fc82e0625a74fbf9670a7517aba996.tar.gz rust-ce1db94647fc82e0625a74fbf9670a7517aba996.zip | |
rm unused upcall_exchange_free
| -rw-r--r-- | src/rt/rust_task.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index a4afb1c0bc5..72979d67eef 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -152,8 +152,6 @@ cleanup_task(cleanup_args *args) { #endif } -extern "C" CDECL void upcall_exchange_free(void *ptr); - // This runs on the Rust stack void task_start_wrapper(spawn_args *a) { |
