Remove some unnecessary casts from ada-lang.c
authorTom Tromey <tromey@adacore.com>
Mon, 17 Apr 2023 19:36:51 +0000 (13:36 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 17 Apr 2023 19:39:03 +0000 (13:39 -0600)
commit66cf935043fba24919043a62b430da9c51609133
tree406ae458306d3c804dd91f22a1bb32e8204d2ca2
parent5f6d638d3cb8273dac5c5bc1b541066dc41c7bb1
Remove some unnecessary casts from ada-lang.c

I noticed some unnecessary casts to LONGEST in ada-lang.c.  This patch
removes the ones I think are very clearly not needed.  I'm checking
this in as obvious.
gdb/ada-lang.c