about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-24 18:52:31 -0400
committerRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-24 18:52:31 -0400
commitde2e84e5b044d8635387bacd37d6088bd8dffd66 (patch)
tree42c80d0ce29be3528d31d66003027d5654f82f71 /src/rt/rust_task.cpp
parent31de8e15c0f9575c236fc87fbbf02bd08e3b8842 (diff)
downloadrust-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.cpp2
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