* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.

This commit is contained in:
Christopher Faylor 2010-10-23 18:11:20 +00:00
parent 4ce975efd3
commit 50ed699a2a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-23 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.
2010-10-23 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler.h (fhandler_termios::tcinit): Make second argument

View File

@ -1364,7 +1364,6 @@ fhandler_pty_master::open (int flags, mode_t)
//
// FIXME: Do this better someday
fhandler_pty_master *arch = (fhandler_tty_master *) cmalloc_abort (HEAP_ARCHETYPES, sizeof (*this));
small_printf ("tty%d myself->sid %d myself->pid %d this->tcgetpgrp %d\n", get_unit (), myself->sid, myself->pid, this->tcgetpgrp ());
*((fhandler_pty_master **) cygheap->fdtab.add_archetype ()) = arch;
archetype = arch;
*arch = *this;