diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-11-04 16:42:05 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-11-10 01:37:10 -0800 |
| commit | c1b5c4db8fdaec025f3ace3c69f046426d69d5db (patch) | |
| tree | 691de9167b966bd74c4805f2bab0712d61393076 /src/libstd/rt | |
| parent | 6690bcb10178b08c56ad56b111e4dcb7e0e06b36 (diff) | |
| download | rust-c1b5c4db8fdaec025f3ace3c69f046426d69d5db.tar.gz rust-c1b5c4db8fdaec025f3ace3c69f046426d69d5db.zip | |
Start migrating stream I/O away from ~fn()
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/rtio.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/rt/rtio.rs b/src/libstd/rt/rtio.rs index 8684537f4e4..f8b87abb9f6 100644 --- a/src/libstd/rt/rtio.rs +++ b/src/libstd/rt/rtio.rs @@ -213,8 +213,6 @@ pub trait RtioUnixListener { pub trait RtioUnixAcceptor { fn accept(&mut self) -> Result<~RtioPipe, IoError>; - fn accept_simultaneously(&mut self) -> Result<(), IoError>; - fn dont_accept_simultaneously(&mut self) -> Result<(), IoError>; } pub trait RtioTTY { |
