diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index bfcb45b..7a8c80c 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -72,16 +72,6 @@ #include <algorithm> #include "common/pathstuff.h" -#if !HAVE_DECL_MALLOC -extern PTR malloc (); /* ARI: PTR */ -#endif -#if !HAVE_DECL_REALLOC -extern PTR realloc (); /* ARI: PTR */ -#endif -#if !HAVE_DECL_FREE -extern void free (); -#endif - void (*deprecated_error_begin_hook) (void); /* Prototypes for local functions */ |