Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-04-02 19:50:54 +0400
committerChristopher Faylor <me@cgf.cx>2010-04-02 19:50:54 +0400
commitdffe690c8477631928917618ec39632fabd2ba62 (patch)
treed6029e1973502c8a7dc510b0c4bd65a1e08b38c7 /winsup/cygwin/select.h
parent1ae0a7c5a61ae4dd7b2d9efe41ac603f073d4576 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/select.h')
-rw-r--r--winsup/cygwin/select.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/select.h b/winsup/cygwin/select.h
index 743222ebd..3d553eb96 100644
--- a/winsup/cygwin/select.h
+++ b/winsup/cygwin/select.h
@@ -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