Add output_type to bfd_link_info
[binutils-gdb.git] / gdb / exceptions.h
index 9718573127582659e67333d98ec3a62426abd3f5..3b0dbace7b77c2fed863319f6173cfe31c78736b 100644 (file)
@@ -22,9 +22,6 @@
 
 #include "ui-out.h"
 
-/* A pre-defined non-exception.  */
-extern const struct gdb_exception exception_none;
-
 /* If E is an exception, print it's error message on the specified
    stream.  For _fprintf, prefix the message with PREFIX...  */
 extern void exception_print (struct ui_file *file, struct gdb_exception e);