gdb: Remove extra if statement
authorAri Hannula <ari.hannula@intel.com>
Mon, 16 May 2022 11:43:31 +0000 (13:43 +0200)
committerChristina Schimpe <christina.schimpe@intel.com>
Fri, 31 Mar 2023 11:49:21 +0000 (13:49 +0200)
commit85413975d80cdb69efd09211d01fc96e00a84dd0
treeeeb24fdce8747a51e6908bba4a8a6f2eb9cc594a
parent54bca63b5c3714e1032bf32754dbadaff424221a
gdb: Remove extra if statement

The removed if statement is already checked in the parent if else
statement.

Co-Authored-By: Christina Schimpe <christina.schimpe@intel.com>
gdb/thread.c