Eliminate safe_strsignal().

This commit is contained in:
Andrew Cagney
2000-06-04 01:58:49 +00:00
parent 507f3c78fb
commit 8e6a3c35b9
5 changed files with 23 additions and 27 deletions

View File

@@ -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);