X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcomplaints.c;h=47580086dd21dbf011a603692a8a8030bc3cd2b8;hb=2fbce69179c6c47b68e24e3bca6c729fec4a918d;hp=b4c55dab7dff3ae44c15bfe987e882148c800dba;hpb=72367fb45badc6ee3fe515b31348266310bff371;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/complaints.c b/gdb/complaints.c index b4c55dab7d..47580086dd 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