]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't call init_thread_list in windows-nat.c
authorTom Tromey <tromey@adacore.com>
Tue, 5 Apr 2022 13:25:10 +0000 (07:25 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 5 Apr 2022 14:28:22 +0000 (08:28 -0600)
commit4815d6125ec580cc02a1094d61b8c9d1cc83c0a1
treea3acbccdc30dc6f9d8b03138a37a048e01a93b86
parentb8b5466f0dd1c993015a767f1fe4f294f79b494f
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.
gdb/windows-nat.c