diff options
| author | Eric Holk <eholk@mozilla.com> | 2011-06-13 18:19:08 -0700 |
|---|---|---|
| committer | Eric Holk <eholk@mozilla.com> | 2011-06-15 18:16:59 -0700 |
| commit | c4f9bd94700188678893659580f3b7aa80da3b7d (patch) | |
| tree | 0d96a277405d57f1b8ddd52b5fbcbff6fd281be3 /src/rt/rust_upcall.cpp | |
| parent | 1fa9133b76ec4641e5470cbea8a8f95ec32f9563 (diff) | |
| download | rust-c4f9bd94700188678893659580f3b7aa80da3b7d.tar.gz rust-c4f9bd94700188678893659580f3b7aa80da3b7d.zip | |
Re-enabled join.
Diffstat (limited to 'src/rt/rust_upcall.cpp')
| -rw-r--r-- | src/rt/rust_upcall.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index c3945bdd0c8..68a15e3b3a3 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -509,8 +509,6 @@ upcall_new_task(rust_task *spawner, rust_vec *name) { return task; } -// TODO: This is copied from rust_task.cpp. Both copies should be moved to a -// common location. static uintptr_t align_down(uintptr_t sp) { |
