Skip to content

Commit 5026ea0

Browse files
committed
rustc: upcall_alloc_c_stack doesn't exist
1 parent 280dfd2 commit 5026ea0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rustc/back/upcall.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type upcalls =
2020
str_new_shared: ValueRef,
2121
cmp_type: ValueRef,
2222
log_type: ValueRef,
23-
alloc_c_stack: ValueRef,
2423
call_shim_on_c_stack: ValueRef,
2524
call_shim_on_rust_stack: ValueRef,
2625
rust_personality: ValueRef,
@@ -84,8 +83,6 @@ fn declare_upcalls(targ_cfg: @session::config,
8483
log_type:
8584
dv(~"log_type", ~[T_ptr(tydesc_type),
8685
T_ptr(T_i8()), T_i32()]),
87-
alloc_c_stack:
88-
d(~"alloc_c_stack", ~[size_t], T_ptr(T_i8())),
8986
call_shim_on_c_stack:
9087
d(~"call_shim_on_c_stack",
9188
// arguments: void *args, void *fn_ptr

0 commit comments

Comments
 (0)