From 8e6a3c35b9c93dbff0ead9659581e7b75c3e31be Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 4 Jun 2000 01:58:49 +0000 Subject: Eliminate safe_strsignal(). --- gdb/defs.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index 79ebd0c114a..e918271fbd1 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -56,9 +56,6 @@ #include "libiberty.h" -/* libiberty.h can't declare this one, but evidently we can. */ -extern char *strsignal (int); - #include "progress.h" #ifdef USE_MMALLOC @@ -293,8 +290,6 @@ extern int subset_compare (char *, char *); extern char *safe_strerror (int); -extern char *safe_strsignal (int); - extern void init_malloc (void *); extern void request_quit (int); -- cgit v1.2.1