From e203f30bc743ff3de271d8db80acd21991e903df Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 29 Oct 2013 14:14:34 -0700 Subject: Register new snapshots --- src/libstd/rt/mod.rs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/libstd/rt/mod.rs') diff --git a/src/libstd/rt/mod.rs b/src/libstd/rt/mod.rs index d8d07f14021..a247b4afb80 100644 --- a/src/libstd/rt/mod.rs +++ b/src/libstd/rt/mod.rs @@ -121,10 +121,6 @@ pub mod io; /// The EventLoop and internal synchronous I/O interface. pub mod rtio; -/// libuv and default rtio implementation. -#[cfg(stage0)] -pub mod uv; - /// The Local trait for types that are accessible via thread-local /// or task-local storage. pub mod local; @@ -463,13 +459,6 @@ pub fn in_green_task_context() -> bool { } } -#[cfg(stage0)] -pub fn new_event_loop() -> ~rtio::EventLoop { - use rt::uv::uvio::UvEventLoop; - ~UvEventLoop::new() as ~rtio::EventLoop -} - -#[cfg(not(stage0))] pub fn new_event_loop() -> ~rtio::EventLoop { #[fixed_stack_segment]; #[allow(cstack)]; -- cgit 1.4.1-3-g733a5