about summary refs log tree commit diff
path: root/src/libstd/rt
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-01-07 07:11:36 -0800
committerbors <bors@rust-lang.org>2014-01-07 07:11:36 -0800
commit983f307e123f1da3d351ed2032163bf93ea8f638 (patch)
treeb596e82765a374c546f312b5416dceace3189cb0 /src/libstd/rt
parent5f39d64f21759a57785731176df02feba24ee919 (diff)
parent6b2a6cb3fe241d6e27fc685a72dd05c3a55d1ea8 (diff)
downloadrust-983f307e123f1da3d351ed2032163bf93ea8f638.tar.gz
rust-983f307e123f1da3d351ed2032163bf93ea8f638.zip
auto merge of #11348 : alexcrichton/rust/snapshots, r=brson
Diffstat (limited to 'src/libstd/rt')
-rw-r--r--src/libstd/rt/task.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/rt/task.rs b/src/libstd/rt/task.rs
index 3efa979e515..27f9f0dbfa3 100644
--- a/src/libstd/rt/task.rs
+++ b/src/libstd/rt/task.rs
@@ -38,9 +38,6 @@ use sync::atomics::{AtomicUint, SeqCst};
 use task::{TaskResult, TaskOpts};
 use unstable::finally::Finally;
 
-#[cfg(stage0)]
-pub use rt::unwind::begin_unwind;
-
 // The Task struct represents all state associated with a rust
 // task. There are at this point two primary "subtypes" of task,
 // however instead of using a subtype we just have a "task_type" field