提交 a50d1fdb 编写于 作者: B Brian Anderson

rt: Remove get_frame_glue_fns. Unused

上级 02fbd5a1
......@@ -342,12 +342,6 @@ void rust_task::fail_sched_loop() {
sched_loop->fail();
}
frame_glue_fns*
rust_task::get_frame_glue_fns(uintptr_t fp) {
fp -= sizeof(uintptr_t);
return *((frame_glue_fns**) fp);
}
void rust_task::assert_is_running()
{
scoped_lock with(lifecycle_lock);
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册