diff options
| author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-24 18:52:31 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-24 18:52:31 -0400 |
| commit | de2e84e5b044d8635387bacd37d6088bd8dffd66 (patch) | |
| tree | 42c80d0ce29be3528d31d66003027d5654f82f71 /src/rt/rust_task.cpp | |
| parent | 31de8e15c0f9575c236fc87fbbf02bd08e3b8842 (diff) | |
| download | rust-de2e84e5b044d8635387bacd37d6088bd8dffd66.tar.gz rust-de2e84e5b044d8635387bacd37d6088bd8dffd66.zip | |
Only one gc glue.
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index bd57eb89cca..b660c5fb545 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -380,7 +380,7 @@ rust_task::gc(size_t nargs) { DLOG(dom, task, "task %s @0x%" PRIxPTR " garbage collecting", name, this); - run_after_return(nargs, dom->root_crate->get_gc_glue()); + // run_after_return(nargs, rust_gc_glue); } void |
