mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +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:
@ -401,7 +401,6 @@ static void
|
||||
windows_init_thread_list (void)
|
||||
{
|
||||
DEBUG_EVENTS ("called");
|
||||
init_thread_list ();
|
||||
thread_list.clear ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user