mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
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:
parent
b8b5466f0d
commit
4815d6125e
@ -401,7 +401,6 @@ static void
|
||||
windows_init_thread_list (void)
|
||||
{
|
||||
DEBUG_EVENTS ("called");
|
||||
init_thread_list ();
|
||||
thread_list.clear ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user