Don't call init_thread_list in windows-nat.c

I don't think there's any need to call init_thread_list in
windows-nat.c.  This patch removes it.  I tested this using the
internal AdaCore test suite on Windows, which FWIW does include some
multi-threaded inferiors.
This commit is contained in:
Tom Tromey 2022-04-05 07:25:10 -06:00
parent b8b5466f0d
commit 4815d6125e

View File

@ -401,7 +401,6 @@ static void
windows_init_thread_list (void)
{
DEBUG_EVENTS ("called");
init_thread_list ();
thread_list.clear ();
}