]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove dead code in end_psymtab
authorTom Tromey <tom@tromey.com>
Thu, 3 May 2018 22:36:16 +0000 (16:36 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 26 Jul 2018 15:18:28 +0000 (09:18 -0600)
commit08994e1ddcc8e5e1e003602409662ae799a1ff30
treeb8a94c8c7d7c02c0e60f1c36db2ce05c67ac1b38
parent63b4ecf76fec65c6853ea01ffab31642533801e9
Remove dead code in end_psymtab

I noticed that there is a bit of dead code in end_psymtab.
This deletes it.

Normally I would investigate a fix for the code.  However, considering
that the code has been this way a long time (since the first import to
sourceware) and considering that dbxread.c is not as important any
more, I think it's safe to just consider that there's no bug.

gdb/ChangeLog
2018-07-26  Tom Tromey  <tromey@redhat.com>

* dbxread.c (end_psymtab): Remove dead code.
gdb/ChangeLog
gdb/dbxread.c