Skip to content

Commit 1adf8ce

Browse files
committed
---
yaml --- r: 41445 b: refs/heads/snap-stage3 c: a50d1fd h: refs/heads/master i: 41443: 6772ef5 v: v3
1 parent 2cd78c5 commit 1adf8ce

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 02fbd5a164268c13f6215ab3d06ce1e5612ecd55
4+
refs/heads/snap-stage3: a50d1fdbda6623433eee46e46487ca898776cf97
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/rt/rust_task.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,6 @@ void rust_task::fail_sched_loop() {
342342
sched_loop->fail();
343343
}
344344

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-
351345
void rust_task::assert_is_running()
352346
{
353347
scoped_lock with(lifecycle_lock);

branches/snap-stage3/src/rt/rust_task.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ rust_task : public kernel_owned<rust_task>
347347
// Propagate failure to the entire rust runtime.
348348
void fail_sched_loop();
349349

350-
frame_glue_fns *get_frame_glue_fns(uintptr_t fp);
351-
352350
void *calloc(size_t size, const char *tag);
353351

354352
// Use this function sparingly. Depending on the ref count is generally

0 commit comments

Comments
 (0)