File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -342,12 +342,6 @@ void rust_task::fail_sched_loop() {
342
342
sched_loop->fail ();
343
343
}
344
344
345
- frame_glue_fns*
346
- rust_task::get_frame_glue_fns (uintptr_t fp) {
347
- fp -= sizeof (uintptr_t );
348
- return *((frame_glue_fns**) fp);
349
- }
350
-
351
345
void rust_task::assert_is_running ()
352
346
{
353
347
scoped_lock with (lifecycle_lock);
Original file line number Diff line number Diff line change @@ -347,8 +347,6 @@ rust_task : public kernel_owned<rust_task>
347
347
// Propagate failure to the entire rust runtime.
348
348
void fail_sched_loop ();
349
349
350
- frame_glue_fns *get_frame_glue_fns (uintptr_t fp);
351
-
352
350
void *calloc (size_t size, const char *tag);
353
351
354
352
// Use this function sparingly. Depending on the ref count is generally
You can’t perform that action at this time.
0 commit comments