about summary refs log tree commit diff
path: root/src/libstd/rt/io/mod.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-08-29 14:20:48 -0700
committerBrian Anderson <banderson@mozilla.com>2013-08-29 14:23:44 -0700
commit3c5a43e5b6f857c71c6f66dbbd640a47d34a0e7e (patch)
treec2bf9ab63ff4c20dbe5a43660fdd919ae822c9b9 /src/libstd/rt/io/mod.rs
parent698873e3a829d764b451f657178403c704044721 (diff)
downloadrust-3c5a43e5b6f857c71c6f66dbbd640a47d34a0e7e.tar.gz
rust-3c5a43e5b6f857c71c6f66dbbd640a47d34a0e7e.zip
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brson"
This reverts commit b8d1fa399402c71331aefd634d710004e00b73a6, reversing
changes made to f22b4b169854c8a4ba86c16ee43327d6bcf94562.

Conflicts:
	mk/rt.mk
	src/libuv
Diffstat (limited to 'src/libstd/rt/io/mod.rs')
-rw-r--r--src/libstd/rt/io/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/rt/io/mod.rs b/src/libstd/rt/io/mod.rs
index 038fca9a1ad..116d240308a 100644
--- a/src/libstd/rt/io/mod.rs
+++ b/src/libstd/rt/io/mod.rs
@@ -268,9 +268,6 @@ pub use self::extensions::WriterByteConversions;
 /// Synchronous, non-blocking file I/O.
 pub mod file;
 
-/// Synchronous, in-memory I/O.
-pub mod pipe;
-
 /// Synchronous, non-blocking network I/O.
 pub mod net {
     pub mod tcp;