Change 'handle_id' to be a local variable
authorTom Tromey <tom@tromey.com>
Sun, 26 Jun 2022 20:17:05 +0000 (14:17 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 10 Jul 2023 19:02:11 +0000 (13:02 -0600)
commitb812967a6033de7c0682a048588397f987ebf55c
treee56083302f62e35afd864ecccf9bebbb1539978b
parent940d6baa709ea74b96e16a1cc1afa06ed2218659
Change 'handle_id' to be a local variable

The global variable 'handle_id' in tracectf.c is only used in a single
function, so change it to be a local variable.

Reviewed-by: Keith Seitz <keiths@redhat.com>
gdb/tracectf.c