From: Tom Tromey Date: Mon, 28 May 2018 03:26:11 +0000 (-0600) Subject: Remove some leftovers from complaints X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f2cf4dcd578d60fcdbbc28e720badffe8c15661;p=binutils-gdb.git 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 * complaints.h (struct complaints): Remove declaration. * complaints.c (clear_complaints): Remove an unused variable. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0d4b78d29a9..5ee22e6d237 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-10-04 Tom Tromey + + * complaints.h (struct complaints): Remove declaration. + * complaints.c (clear_complaints): Remove an unused variable. + 2018-10-04 Rainer Orth * MAINTAINERS (Write After Approval): Add self. diff --git a/gdb/complaints.h b/gdb/complaints.h index 90f58061eb4..243eaed93c3 100644 --- a/gdb/complaints.h +++ b/gdb/complaints.h @@ -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);