Inform about new thread in a single place.
[deliverable/binutils-gdb.git] / gdb / win32-nat.c
index e8c2bed4e20e8dddafbeea7f8360feebb786ee7d..061430b74d012f26ea555361a298eb712a0983bb 100644 (file)
@@ -1311,10 +1311,6 @@ get_win32_debug_event (int pid, struct target_waitstatus *ourstatus)
       /* Record the existence of this thread */
       th = win32_add_thread (current_event.dwThreadId,
                             current_event.u.CreateThread.hThread);
-      if (info_verbose)
-       printf_unfiltered ("[New %s]\n",
-                          target_pid_to_str (
-                            pid_to_ptid (current_event.dwThreadId)));
       retval = current_event.dwThreadId;
       break;
 
This page took 0.024586 seconds and 4 git commands to generate.