From: lace <> Date: Fri, 15 Jun 2007 09:56:10 +0000 (+0000) Subject: Removed `FIXME' debug message, the threads initialization code looks OK. X-Git-Url: https://git.jankratochvil.net/?p=debugger.git;a=commitdiff_plain;h=bd6dd5bde07f8df1d34e880052591b73b014e7b9 Removed `FIXME' debug message, the threads initialization code looks OK. --- diff --git a/testsuite.c b/testsuite.c index cb11a53..b462938 100644 --- a/testsuite.c +++ b/testsuite.c @@ -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);