diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-10-09 16:40:05 -0700 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-11-08 20:40:38 -0800 |
| commit | 16470cf01b688c576f47b93bdb4af88db33cf1e1 (patch) | |
| tree | 9bb6cd5780c8ed14f1c19f1b5377c3836f757851 /src/libnative | |
| parent | 3a527f2b3311d5b1c6dd7c72db71c45596e6db49 (diff) | |
| download | rust-16470cf01b688c576f47b93bdb4af88db33cf1e1.tar.gz rust-16470cf01b688c576f47b93bdb4af88db33cf1e1.zip | |
Remove signal handling.
Since signal handling was only implemented through librustuv, which is now gone, there's no reason to even provide the API. [breaking-change]
Diffstat (limited to 'src/libnative')
| -rw-r--r-- | src/libnative/io/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libnative/io/mod.rs b/src/libnative/io/mod.rs index 90f8f6c214e..a541712e17f 100644 --- a/src/libnative/io/mod.rs +++ b/src/libnative/io/mod.rs @@ -301,8 +301,4 @@ impl rtio::IoFactory for IoFactory { }) } } - fn signal(&mut self, _signal: int, _cb: Box<rtio::Callback>) - -> IoResult<Box<rtio::RtioSignal + Send>> { - Err(unimpl()) - } } |
