* select.h (select_pipe_info::add_watch_handle): Delete declaration.

* select.cc (select_pipe_info::add_watch_handle): Delete deinition.
(fhandler_pipe::select_read): Delete call to add_watch_handle.
(fhandler_pipe::select_write): Ditto.
(fhandler_pipe::select_except): Ditto.
This commit is contained in:
Christopher Faylor
2010-04-02 15:50:54 +00:00
parent 1ae0a7c5a6
commit dffe690c84
3 changed files with 8 additions and 11 deletions

View File

@@ -53,7 +53,6 @@ struct select_pipe_info: public select_info
HANDLE w4[MAXIMUM_WAIT_OBJECTS];
select_pipe_info ();
~select_pipe_info ();
void add_watch_handle (fhandler_pipe *);
};
struct select_socket_info: public select_info