Skip to content

Commit 353ea25

Browse files
committed
UVPollingWatcher was not a useful type hierarchy object
1 parent 7fca55e commit 353ea25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

base/poll.jl

+2-4
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ type FileMonitor
6666
end
6767
end
6868

69-
abstract UVPollingWatcher
70-
71-
type PollingFileWatcher <: UVPollingWatcher
69+
type PollingFileWatcher
7270
handle::Ptr{Void}
7371
file::ByteString
7472
interval::UInt32
@@ -164,7 +162,7 @@ type _FDWatcher
164162
end
165163
end
166164
end
167-
type FDWatcher <: UVPollingWatcher
165+
type FDWatcher
168166
watcher::_FDWatcher
169167
readable::Bool
170168
writable::Bool

0 commit comments

Comments
 (0)