+2018-05-23 Tom Tromey <tom@tromey.com>
+
+ * complaints.c (internal_complaint): Remove.
+ * complaints.h (internal_complaint): Remove.
+
2018-05-22 Maciej W. Rozycki <macro@mips.com>
* i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
va_end (args);
}
-void
-internal_complaint (struct complaints **complaints, const char *file,
- int line, const char *fmt, ...)
-{
- va_list args;
- va_start (args, fmt);
- vcomplaint (complaints, file, line, fmt, args);
- va_end (args);
-}
-
/* Clear out / initialize all complaint counters that have ever been
incremented. If LESS_VERBOSE is 1, be less verbose about
successive complaints, since the messages are appearing all
} \
while (0)
-extern void internal_complaint (struct complaints **complaints,
- const char *file, int line,
- const char *fmt,
- ...) ATTRIBUTE_PRINTF (4, 5);
-
/* Clear out / initialize all complaint counters that have ever been
incremented. If LESS_VERBOSE is 1, be less verbose about
successive complaints, since the messages are appearing all