about summary refs log tree commit diff
path: root/src/rt/rust_internal.h
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-24 17:00:45 -0400
committerRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-24 17:00:45 -0400
commit0fc91b6ecc975bf508ec631a9fe3ea19e8df4579 (patch)
tree81be13418125f2b093da0a6554ed1ab1364bcb1c /src/rt/rust_internal.h
parent2e8afc7b471e7a455d27e02079d7950d41a4c020 (diff)
downloadrust-0fc91b6ecc975bf508ec631a9fe3ea19e8df4579.tar.gz
rust-0fc91b6ecc975bf508ec631a9fe3ea19e8df4579.zip
There is only one activate function now.
Diffstat (limited to 'src/rt/rust_internal.h')
-rw-r--r--src/rt/rust_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h
index 213c724e7ce..cb6dd162594 100644
--- a/src/rt/rust_internal.h
+++ b/src/rt/rust_internal.h
@@ -247,7 +247,6 @@ public:
 
     uintptr_t get_image_base() const;
     ptrdiff_t get_relocation_diff() const;
-    activate_glue_ty get_activate_glue() const;
     uintptr_t get_yield_glue() const;
     uintptr_t get_unwind_glue() const;
     uintptr_t get_gc_glue() const;