Skip to content

Commit

Permalink
UVPollingWatcher was not a useful type hierarchy object
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Sep 12, 2015
1 parent ed39cb5 commit 8756160
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions base/poll.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ type FileMonitor
end
end

abstract UVPollingWatcher

type PollingFileWatcher <: UVPollingWatcher
type PollingFileWatcher
handle::Ptr{Void}
file::ByteString
interval::UInt32
Expand Down Expand Up @@ -164,7 +162,7 @@ type _FDWatcher
end
end
end
type FDWatcher <: UVPollingWatcher
type FDWatcher
watcher::_FDWatcher
readable::Bool
writable::Bool
Expand Down

0 comments on commit 8756160

Please sign in to comment.