From bd6dd5bde07f8df1d34e880052591b73b014e7b9 Mon Sep 17 00:00:00 2001 From: lace <> Date: Fri, 15 Jun 2007 09:56:10 +0000 Subject: [PATCH] Removed `FIXME' debug message, the threads initialization code looks OK. --- testsuite.c | 1 - 1 file changed, 1 deletion(-) 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); -- 1.8.3.1