Remove cleanup from solib-svr4.c
authorTom Tromey <tom@tromey.com>
Thu, 24 Jan 2019 05:23:15 +0000 (22:23 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 6 Mar 2019 23:04:31 +0000 (16:04 -0700)
commitd01c5877664024043f4e5920d072c5f62fc7f89a
tree92be148cd98def2970277a5b3fd65101feabd167
parent37991b4f52e7d13c586137f401ac65dec4aa732f
Remove cleanup from solib-svr4.c

This removes a cleanup from solib-svr4.c, replacing it with
make_scope_exit.

2019-03-06  Tom Tromey  <tom@tromey.com>

* solib-svr4.c (disable_probes_interface): Remove parameter.
(svr4_handle_solib_event): Use make_scope_exit.
gdb/ChangeLog
gdb/solib-svr4.c