Remove some leftovers from complaints

There were a couple of leftovers from earlier patches in
complaints.[ch].  This removes them.

gdb/ChangeLog
2018-10-04  Tom Tromey  <tom@tromey.com>

	* complaints.h (struct complaints): Remove declaration.
	* complaints.c (clear_complaints): Remove an unused variable.
This commit is contained in:
Tom Tromey 2018-05-27 21:26:11 -06:00
parent b35334aa98
commit 3f2cf4dcd5
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2018-10-04 Tom Tromey <tom@tromey.com>
* complaints.h (struct complaints): Remove declaration.
* complaints.c (clear_complaints): Remove an unused variable.
2018-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* MAINTAINERS (Write After Approval): Add self.

View File

@ -21,10 +21,6 @@
#if !defined (COMPLAINTS_H)
#define COMPLAINTS_H
/* Opaque object used to track the number of complaints of a
particular category. */
struct complaints;
/* Helper for complaint. */
extern void complaint_internal (const char *fmt, ...)
ATTRIBUTE_PRINTF (1, 2);