aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-01-14 21:34:36 +0000
committerAndrew Cagney <cagney@redhat.com>2005-01-14 21:34:36 +0000
commit22e9b0f12e97492fdffa9f212e61d877ffdb1030 (patch)
treebceda1e0855e6ab9ac63198da0d0a904d80f7c8f /gdb/defs.h
parent05ff989b0b012d3c83f5908dd9750e01a74cc3de (diff)
downloadgdb-22e9b0f12e97492fdffa9f212e61d877ffdb1030.zip
gdb-22e9b0f12e97492fdffa9f212e61d877ffdb1030.tar.gz
gdb-22e9b0f12e97492fdffa9f212e61d877ffdb1030.tar.bz2
2005-01-14 Andrew Cagney <cagney@gnu.org>
* utils.c (error_output_message): Delete function. * defs.h (error_output_message): Delete declaration.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index c87f083..44eb9c1 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -893,9 +893,6 @@ extern NORETURN void error (const char *fmt, ...) ATTR_NORETURN ATTR_FORMAT (pri
extern NORETURN void error_stream (struct ui_file *) ATTR_NORETURN;
-/* Output arbitrary error message. */
-extern void error_output_message (char *pre_print, char *msg);
-
extern NORETURN void vfatal (const char *fmt, va_list ap) ATTR_NORETURN;
extern NORETURN void fatal (const char *fmt, ...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);