From 16470cf01b688c576f47b93bdb4af88db33cf1e1 Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Thu, 9 Oct 2014 16:40:05 -0700 Subject: 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] --- src/libnative/io/mod.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libnative') 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) - -> IoResult> { - Err(unimpl()) - } } -- cgit 1.4.1-3-g733a5