diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-28 19:53:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-28 19:53:25 +0000 |
commit | 575df721defa68ca64e57c75026cb580314e5b21 (patch) | |
tree | dcd70c3d4628e8bd1d18af9596db25507ebfbc99 /gdb/complaints.c | |
parent | 045efac5aec7d036c9d868ea01291ae02946bb22 (diff) | |
download | gdb-575df721defa68ca64e57c75026cb580314e5b21.tar.gz |
2003-01-28 Andrew Cagney <ac131313@redhat.com>
* complaints.c (complain): Delete function.
* complaints.h (struct deprecated_complaint): Delete definition.
(complain): Delete declaration.
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 b4c55dab7df..47580086dd2 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 |