* miscfuncs.cc (create_pipe): Delete obsolete function.

* miscfuncs.h (create_pipe): Delete define.
* pipe.c (fhandler_pipe::create_selectable): Delete obsolete comment.
This commit is contained in:
Christopher Faylor
2011-08-12 16:55:35 +00:00
parent 3de2809073
commit e1d5167d20
4 changed files with 7 additions and 16 deletions

View File

@@ -243,7 +243,6 @@ fhandler_pipe::create_selectable (LPSECURITY_ATTRIBUTES sa_ptr, HANDLE& r,
PIPE_TYPE_BYTE | PIPE_READMODE_BYTE, 1, psize,
psize, NMPWAIT_USE_DEFAULT_WAIT, sa_ptr);
/* Win 95 seems to return NULL instead of INVALID_HANDLE_VALUE */
if (r != INVALID_HANDLE_VALUE)
{
debug_printf ("pipe read handle %p", r);