commit | 41daaea2ccaef06fdb648e7f2a3095d8feac2aa5 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Dec 13 08:58:50 2022 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Dec 13 08:58:50 2022 -0700 |
tree | 119c6ac27c76b4d745b7404c3a169f4fa1ba281f | |
parent | dc3fb44540b586c02ec2f841e106a8d2cc2a422d [diff] |
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.