]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove two unused variables
authorTom Tromey <tom@tromey.com>
Tue, 22 Mar 2022 17:20:28 +0000 (11:20 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 22 Mar 2022 17:20:28 +0000 (11:20 -0600)
commitde8fd80cf997516710c4f30e17e346e531cb2a4f
tree1eeb02761532188ec5c42d169613777a9e13f08e
parent86ed2a5eaef2d604c163031f4f355d3a8699f3d8
Remove two unused variables

I found a couple of spots that declare a symtab_and_line but don't
actually use it.  I think this probably isn't detected as unused
because it has a constructor.
gdb/csky-tdep.c
gdb/sparc-tdep.c