about summary refs log tree commit diff
path: root/src/rt
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-12-07 23:02:39 -0800
committerAlex Crichton <alex@alexcrichton.com>2013-12-07 23:02:39 -0800
commit70273bb1d673babf0c3c600214b0a29f35f5d50e (patch)
tree02a0328c879faf6f575ec7e1fac0e2f6690a83dc /src/rt
parent49b751dda19af57a2545a67879dd217e601b84c6 (diff)
downloadrust-70273bb1d673babf0c3c600214b0a29f35f5d50e.tar.gz
rust-70273bb1d673babf0c3c600214b0a29f35f5d50e.zip
Register new snapshots
This transitions the snapshot dependency process to understand that our
snapshots are now a single static binary rather than an array of files.
Diffstat (limited to 'src/rt')
-rw-r--r--src/rt/rust_upcall.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/rt/rust_upcall.c b/src/rt/rust_upcall.c
index 18b71fbb179..6a3e7b7513c 100644
--- a/src/rt/rust_upcall.c
+++ b/src/rt/rust_upcall.c
@@ -78,15 +78,6 @@ upcall_rust_personality(int version,
     return args.retval;
 }
 
-// NOTE: remove after stage0
-// Landing pads need to call this to insert the
-// correct limit into TLS.
-// NB: This must run on the Rust stack because it
-// needs to acquire the value of the stack pointer
-void
-upcall_reset_stack_limit() {
-}
-
 //
 // Local Variables:
 // mode: C++