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.
+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.
#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);