From 7096e886259fad196b955ecaff9a61891281d117 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Wed, 6 Aug 2014 13:23:59 +0100 Subject: Remove fatal function and prototype This commit removes the now-unused fatal function and prototype. gdb/gdbserver/ChangeLog: * utils.h (fatal): Remove declaration. * utils.c (fatal): Remove function. --- gdb/gdbserver/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/gdbserver/utils.h') diff --git a/gdb/gdbserver/utils.h b/gdb/gdbserver/utils.h index cdd80df..9732cbd 100644 --- a/gdb/gdbserver/utils.h +++ b/gdb/gdbserver/utils.h @@ -19,7 +19,6 @@ #ifndef UTILS_H #define UTILS_H -void fatal (const char *string,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 2); char *paddress (CORE_ADDR addr); char *pfildes (gdb_fildes_t fd); -- cgit v1.1