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>2003-12-10 07:08:50 +0300
committerChristopher Faylor <me@cgf.cx>2003-12-10 07:08:50 +0300
commit3f23411449cf414d447bf793a20f42ed3f8e5061 (patch)
tree1729c32f99604cf43f7d125c74b231ef295d4314
parentce40c6baf7c779c6b2a63e41bf21596c96dff506 (diff)
remove debug output
-rw-r--r--winsup/cygwin/fhandler_tty.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index 34f6a7bff..4e888c030 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -898,7 +898,6 @@ fhandler_tty_common::dup (fhandler_base *child)
fhandler_tty_slave *fts = (fhandler_tty_slave *) child;
int errind;
-debug_printf ("get_io_handle %p, cygheap->ctty.get_io_handle %p",get_io_handle (),cygheap->ctty.get_io_handle ());
if (get_io_handle () == cygheap->ctty.get_io_handle ())
{
*fts = cygheap->ctty;