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:
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index cb96d4abd..1f5ffbf7b 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -718,7 +718,6 @@ init_windows_system_directory ()
void
dll_crt0_0 ()
{
- small_printf ("HERE\n");
wincap.init ();
child_proc_info = get_cygwin_startup_info ();
init_windows_system_directory ();
@@ -783,7 +782,6 @@ dll_crt0_0 ()
sigproc_init ();
debug_printf ("finished dll_crt0_0 initialization");
- small_printf ("THERE\n");
}
/* Take over from libc's crt0.o and start the application. Note the