*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / complaints.h
index 159dcd13bcee8dac21268c890cf103c97d6aced0..0168b524195042605c058afc2eca795e844e1230 100644 (file)
@@ -50,30 +50,4 @@ extern void clear_complaints (struct complaints **complaints,
                              int less_verbose, int noisy);
 
 
-/* Deprecated interfaces to keep the old code working (until it is all
-   converted to the above).  Existing code such as:
-
-     struct deprecated_complaint msg = { "msg", 0, 0 };
-     complaint (&msg);
-
-   should be replaced by:
-
-     complaint (&symtab_complaints, __FILE__, __LINE__, "msg");
-
-   Support for complaining about things in the symbol file that aren't
-   catastrophic.
-
-   Each such thing gets a counter.  The first time we have the problem,
-   during a symbol read, we report it.  At the end of symbol reading,
-   if verbose, we report how many of each problem we had.  */
-
-struct deprecated_complaint
-{
-  const char *message;
-  unsigned counter_ignored;
-  struct deprecated_complaint *next_ignored;
-};
-
-extern void complain (struct deprecated_complaint *, ...);
-
 #endif /* !defined (COMPLAINTS_H) */
This page took 0.02312 seconds and 4 git commands to generate.