about summary refs log tree commit diff
path: root/src/rt/rust_task.h
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-02-01 19:59:48 -0800
committerBrian Anderson <banderson@mozilla.com>2013-02-01 21:22:49 -0800
commita50d1fdbda6623433eee46e46487ca898776cf97 (patch)
tree3fbc8f21f7254acc7220f5b54abd8ddb3f7d0bc9 /src/rt/rust_task.h
parent02fbd5a164268c13f6215ab3d06ce1e5612ecd55 (diff)
downloadrust-a50d1fdbda6623433eee46e46487ca898776cf97.tar.gz
rust-a50d1fdbda6623433eee46e46487ca898776cf97.zip
rt: Remove get_frame_glue_fns. Unused
Diffstat (limited to 'src/rt/rust_task.h')
-rw-r--r--src/rt/rust_task.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h
index 928c8ffdf21..bff4af09b32 100644
--- a/src/rt/rust_task.h
+++ b/src/rt/rust_task.h
@@ -347,8 +347,6 @@ public:
     // Propagate failure to the entire rust runtime.
     void fail_sched_loop();
 
-    frame_glue_fns *get_frame_glue_fns(uintptr_t fp);
-
     void *calloc(size_t size, const char *tag);
 
     // Use this function sparingly. Depending on the ref count is generally