Remove two unnecessary returns in ada-lang.c
authorTom Tromey <tromey@adacore.com>
Fri, 17 Feb 2023 17:24:16 +0000 (10:24 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 17 Feb 2023 17:24:16 +0000 (10:24 -0700)
commitfe0431855aba332f12ef80b0af65d5a6653f9c96
tree9c93c37fd1d80b3590b03469f2a36fd6c09d67ca
parentab3fdfe6e4805eff45ec4d701d0cd6511d9c3690
Remove two unnecessary returns in ada-lang.c

I found a couple of spots in ada-lang.c where a return follows a call
to error.  These are unnecessary because error never returns.
gdb/ada-lang.c