Removed `FIXME' debug message, the threads initialization code looks OK.
authorlace <>
Fri, 15 Jun 2007 09:56:10 +0000 (09:56 +0000)
committerlace <>
Fri, 15 Jun 2007 09:56:10 +0000 (09:56 +0000)
testsuite.c

index cb11a53..b462938 100644 (file)
@@ -68,7 +68,6 @@ static struct attach_state_struct *attach_checked (pid_t pid, int redelivered_ex
       if (attach_state_threads_count_get (attach_state)
          == spawned_threads_count)
         break;
-      fprintf (stderr, "FIXME: Untested threads initialization - REMOVE.\n");
       /* During the inferior's initialization we may catch less threads.  */
       assert (attach_state_threads_count_get (attach_state)
              < spawned_threads_count);