diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-02-01 18:50:40 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-02-01 21:22:49 -0800 |
| commit | 4f6516969eb3f488f360a67af4d72f17ab312975 (patch) | |
| tree | fb97b73456953c2a3a1e5547971c1c9d3ebfadec /src/rt/rust_task.cpp | |
| parent | 542bf20414551638886ef6e79e2b7c1a69df97c2 (diff) | |
| download | rust-4f6516969eb3f488f360a67af4d72f17ab312975.tar.gz rust-4f6516969eb3f488f360a67af4d72f17ab312975.zip | |
rt: Remove ports
Diffstat (limited to 'src/rt/rust_task.cpp')
| -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 435f563713e..e370181a2d4 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -21,7 +21,6 @@ #include "rust_task.h" #include "rust_env.h" -#include "rust_port.h" #include "rust_globals.h" #include "rust_crate_map.h" @@ -37,7 +36,6 @@ rust_task::rust_task(rust_sched_loop *sched_loop, rust_task_state state, kernel(sched_loop->kernel), name(name), list_index(-1), - rendezvous_ptr(0), boxed(sched_loop->kernel->env, &local_region), local_region(&sched_loop->local_region), unwinding(false), |
