From 156d08c82a586b3424e3f90b86c6a8b69156fef9 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 9 Aug 2013 15:41:46 +0000 Subject: Remove unnecessary XMALLOC definitions. XMALLOC is defined in defs.h. Tested by building with --enable-targets=all. gdb/ 2013-08-09 Pedro Alves * avr-tdep.c (XMALLOC): Delete macro. * cli/cli-dump.c (XMALLOC): Delete macro. --- gdb/cli/cli-dump.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/cli') diff --git a/gdb/cli/cli-dump.c b/gdb/cli/cli-dump.c index 9e202b6..774aa7e 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -34,8 +34,6 @@ #include "gdb_bfd.h" #include "filestuff.h" -#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) - static char * scan_expression_with_cleanup (char **cmd, const char *def) -- cgit v1.1