diff options
author | Tom Tromey <tom@tromey.com> | 2018-05-27 21:26:11 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-10-04 13:40:10 -0600 |
commit | 3f2cf4dcd578d60fcdbbc28e720badffe8c15661 (patch) | |
tree | 0ecd316fd81d23759a1a7f09b9c1efc3ffd7bae5 /gdb/complaints.h | |
parent | b35334aa98b75e4e166d30d673fd3bf1238dc7b7 (diff) | |
download | gdb-3f2cf4dcd578d60fcdbbc28e720badffe8c15661.zip gdb-3f2cf4dcd578d60fcdbbc28e720badffe8c15661.tar.gz gdb-3f2cf4dcd578d60fcdbbc28e720badffe8c15661.tar.bz2 |
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.
Diffstat (limited to 'gdb/complaints.h')
-rw-r--r-- | gdb/complaints.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/complaints.h b/gdb/complaints.h index 90f5806..243eaed 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); |