Remove unnecessary XMALLOC definitions.
XMALLOC is defined in defs.h. Tested by building with --enable-targets=all. gdb/ 2013-08-09 Pedro Alves <palves@redhat.com> * avr-tdep.c (XMALLOC): Delete macro. * cli/cli-dump.c (XMALLOC): Delete macro.
This commit is contained in:
parent
db22972466
commit
156d08c82a
3 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue