Remove "noisy" parameter from clear_complaints
authorTom Tromey <tom@tromey.com>
Thu, 17 May 2018 04:27:50 +0000 (22:27 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 23 May 2018 15:17:00 +0000 (09:17 -0600)
commit4e9668d0d1ddad73af7c20a92a00704fbea2a8d9
tree64086a5c9fce88f392468284e025b7fca6583128
parent43ba33c7689a9eeb20a3c36ecb9867574963ee0e
Remove "noisy" parameter from clear_complaints

After the previous patch, the "noisy" parameter to clear_complaints is
no longer used, so this patch removes it.

gdb/ChangeLog
2018-05-23  Tom Tromey  <tom@tromey.com>

* complaints.c (clear_complaints): Remove "noisy" parameter.
* complaints.h (clear_complaints): Update.
* symfile.c (syms_from_objfile_1, finish_new_objfile)
(reread_symbols): Update.

gdb/testsuite/ChangeLog
2018-05-23  Tom Tromey  <tom@tromey.com>

* gdb.gdb/complaints.exp (test_empty_complaints): Update.
gdb/ChangeLog
gdb/complaints.c
gdb/complaints.h
gdb/symfile.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.gdb/complaints.exp