diff options
Diffstat (limited to 'gdb/complaints.c')
-rw-r--r-- | gdb/complaints.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/complaints.c b/gdb/complaints.c index b4c55da..4758008 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -249,16 +249,6 @@ internal_complaint (struct complaints **complaints, const char *file, va_end (args); } -void -complain (struct deprecated_complaint *complaint, ...) -{ - va_list args; - va_start (args, complaint); - vcomplaint (&symfile_complaints, NULL/*file*/, 0/*line*/, - complaint->message, 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 |