rt: Remove get_frame_glue_fns. Unused
This commit is contained in:
parent
02fbd5a164
commit
a50d1fdbda
2 changed files with 0 additions and 8 deletions
|
@ -342,12 +342,6 @@ void rust_task::fail_sched_loop() {
|
||||||
sched_loop->fail();
|
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()
|
void rust_task::assert_is_running()
|
||||||
{
|
{
|
||||||
scoped_lock with(lifecycle_lock);
|
scoped_lock with(lifecycle_lock);
|
||||||
|
|
|
@ -347,8 +347,6 @@ public:
|
||||||
// Propagate failure to the entire rust runtime.
|
// Propagate failure to the entire rust runtime.
|
||||||
void fail_sched_loop();
|
void fail_sched_loop();
|
||||||
|
|
||||||
frame_glue_fns *get_frame_glue_fns(uintptr_t fp);
|
|
||||||
|
|
||||||
void *calloc(size_t size, const char *tag);
|
void *calloc(size_t size, const char *tag);
|
||||||
|
|
||||||
// Use this function sparingly. Depending on the ref count is generally
|
// Use this function sparingly. Depending on the ref count is generally
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue