]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: Remove final cleanup from find_overload_match
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 31 Dec 2018 17:44:17 +0000 (17:44 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 3 Jan 2019 21:24:01 +0000 (21:24 +0000)
commit26089c494f0d6fa8d4afeab2e2e53b25d299bb9f
tree4b4c2614dce17babacfca2d22d67e24e4341b788
parent06d3e5b0046d69e3da3450d2eb07c29f0c1a189a
gdb: Remove final cleanup from find_overload_match

This patch removes the setup of a null_cleanup in
valops.c:find_overload_match, and all the calls to do_cleanups.

gdb/ChangeLog:

* valops.c (find_overload_match): Remove use of null_cleanup, and
calls to do_cleanups.
gdb/ChangeLog
gdb/valops.c