Skip to content

Commit 26d79f3

Browse files
committed
---
yaml --- r: 42246 b: refs/heads/master c: a50d1fd h: refs/heads/master v: v3
1 parent 8f0a8d9 commit 26d79f3

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,5 +1,5 @@
11
---
2-
refs/heads/master: 02fbd5a164268c13f6215ab3d06ce1e5612ecd55
2+
refs/heads/master: a50d1fdbda6623433eee46e46487ca898776cf97
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/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);

trunk/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)