]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove two unnecessary casts
authorTom Tromey <tromey@adacore.com>
Tue, 13 Dec 2022 15:58:50 +0000 (08:58 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 13 Dec 2022 15:58:50 +0000 (08:58 -0700)
commit41daaea2ccaef06fdb648e7f2a3095d8feac2aa5
tree119c6ac27c76b4d745b7404c3a169f4fa1ba281f
parentdc3fb44540b586c02ec2f841e106a8d2cc2a422d
Remove two unnecessary casts

A couple of calls to parse_probe_linespec had an unnecessary cast.  I
suspect this cast was never needed, but once commands were changed to
take a 'const' argument, they became completely obsolete.  Tested by
rebuilding.
gdb/probe.c