diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-04 01:58:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-04 01:58:49 +0000 |
commit | 8e6a3c35b9c93dbff0ead9659581e7b75c3e31be (patch) | |
tree | 53595a6a8dd256fac35bc9278d111afcae5d231d /gdb/defs.h | |
parent | 507f3c78fb4a1235b731350d60f1bf0ce94b4175 (diff) | |
download | gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.zip gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.tar.gz gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.tar.bz2 |
Eliminate safe_strsignal().
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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); |