mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
Zap stray XCALLOC().
This commit is contained in:
parent
ff291a48c0
commit
1c8649cd5f
@ -1,3 +1,8 @@
|
||||
2001-12-06 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* regcache.c (XCALLOC): Delete macro that should not have been
|
||||
added.
|
||||
|
||||
2001-12-07 Jiri Smid <smid@suse.cz>
|
||||
|
||||
* dwarf2cfi.c: New file.
|
||||
|
@ -766,9 +766,6 @@ reg_flush_command (char *command, int from_tty)
|
||||
printf_filtered ("Register cache flushed.\n");
|
||||
}
|
||||
|
||||
#undef XCALLOC
|
||||
#define XCALLOC(NR,TYPE) ((TYPE*) xcalloc ((NR), sizeof (TYPE)))
|
||||
|
||||
static void
|
||||
build_regcache (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user