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>2002-06-01 00:34:40 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-01 00:34:40 +0400
commitbcd0ed9f6a107505af309ff8f94ff43859f07e3d (patch)
treed84e01561da5b215b1157caa52f39bbb6aa742c2 /winsup/cygwin/dll_init.cc
parent18c04cc4b2cc8ed4afecec03bb4cf12f35312c36 (diff)
* dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index 7336dfd66..c3059ac40 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -203,7 +203,6 @@ dll_list::detach (dll *d)
void
dll_list::init ()
{
- debug_printf ("here");
/* Make sure that destructors are called on exit. */
if (!dll_global_dtors_recorded)
{