mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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:
@ -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>
|
2018-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* MAINTAINERS (Write After Approval): Add self.
|
* MAINTAINERS (Write After Approval): Add self.
|
||||||
|
@ -21,10 +21,6 @@
|
|||||||
#if !defined (COMPLAINTS_H)
|
#if !defined (COMPLAINTS_H)
|
||||||
#define COMPLAINTS_H
|
#define COMPLAINTS_H
|
||||||
|
|
||||||
/* Opaque object used to track the number of complaints of a
|
|
||||||
particular category. */
|
|
||||||
struct complaints;
|
|
||||||
|
|
||||||
/* Helper for complaint. */
|
/* Helper for complaint. */
|
||||||
extern void complaint_internal (const char *fmt, ...)
|
extern void complaint_internal (const char *fmt, ...)
|
||||||
ATTRIBUTE_PRINTF (1, 2);
|
ATTRIBUTE_PRINTF (1, 2);
|
||||||
|
Reference in New Issue
Block a user