]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove two unnecessary casts
authorTom Tromey <tromey@adacore.com>
Mon, 26 Feb 2024 20:50:54 +0000 (13:50 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 26 Feb 2024 20:50:54 +0000 (13:50 -0700)
commit4c3b59d5ba864609049df054e117bf6417194d22
tree3b6d824ba46c00db6b2afcd2aa923b2411a6e014
parent3d2d21728b6db4430ff168ee27e12fc6e2627fad
Remove two unnecessary casts

I noticed a spot in ada-lang.c where the return value of
value_as_address was cast to CORE_ADDR -- a no-op cast.  I searched
and found another.  This patch fixes both.
gdb/ada-lang.c
gdb/eval.c