File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
branches/snap-stage3/src/rt Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 02fbd5a164268c13f6215ab3d06ce1e5612ecd55
4
+ refs/heads/snap-stage3: a50d1fdbda6623433eee46e46487ca898776cf97
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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