about summary refs log tree commit diff
path: root/src/libstd/io/pipe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/io/pipe.rs')
-rw-r--r--src/libstd/io/pipe.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/io/pipe.rs b/src/libstd/io/pipe.rs
index c476a99fee9..1304877fc14 100644
--- a/src/libstd/io/pipe.rs
+++ b/src/libstd/io/pipe.rs
@@ -20,7 +20,6 @@ use prelude::*;
 use io::{IoResult, IoError};
 use libc;
 use os;
-use boxed::Box;
 use rt::rtio::{RtioPipe, LocalIo};
 
 /// A synchronous, in-memory pipe.