Remove cleanup from ada_collect_symbol_completion_matches
authorTom Tromey <tom@tromey.com>
Fri, 18 May 2018 21:42:27 +0000 (15:42 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 21 May 2018 16:01:15 +0000 (10:01 -0600)
commit790217f6736cc0f0a177a681ba1c7cc5f995cfe7
tree4340ab0ec5b8b90b1ee391c46eafc470e2ed8805
parent6f46ac8531ead61003c96b8e2fa6a383ea8d8c58
Remove cleanup from ada_collect_symbol_completion_matches

ada_collect_symbol_completion_matches installs a null_cleanup but not
any other cleanups.  This patch removes it.

ChangeLog
2018-05-21  Tom Tromey  <tom@tromey.com>

* ada-lang.c (ada_collect_symbol_completion_matches): Remove
cleanup.
gdb/ChangeLog
gdb/ada-lang.c