Remove some unused virtual functions
This commit is contained in:
parent
2d262d2dbd
commit
54ab6744f1
4 changed files with 8 additions and 8 deletions
|
@ -15,13 +15,13 @@ class NodeBindingsLinux : public NodeBindings {
|
|||
explicit NodeBindingsLinux(bool is_browser);
|
||||
virtual ~NodeBindingsLinux();
|
||||
|
||||
virtual void RunMessageLoop() OVERRIDE;
|
||||
void RunMessageLoop() override;
|
||||
|
||||
private:
|
||||
// Called when uv's watcher queue changes.
|
||||
static void OnWatcherQueueChanged(uv_loop_t* loop);
|
||||
|
||||
virtual void PollEvents() OVERRIDE;
|
||||
void PollEvents() override;
|
||||
|
||||
// Epoll to poll for uv's backend fd.
|
||||
int epoll_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue