From 87561604967ec585b0dfa602bff9939c8ce52e70 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Wed, 26 Aug 2015 16:56:03 -0400 Subject: [PATCH] UVPollingWatcher was not a useful type hierarchy object --- base/poll.jl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/base/poll.jl b/base/poll.jl index 3f5632768b31d..1c21bee8b2285 100644 --- a/base/poll.jl +++ b/base/poll.jl @@ -66,9 +66,7 @@ type FileMonitor end end -abstract UVPollingWatcher - -type PollingFileWatcher <: UVPollingWatcher +type PollingFileWatcher handle::Ptr{Void} file::ByteString interval::UInt32 @@ -164,7 +162,7 @@ type _FDWatcher end end end -type FDWatcher <: UVPollingWatcher +type FDWatcher watcher::_FDWatcher readable::Bool writable::Bool