diff options
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r-- | gdb/regcache.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/regcache.c b/gdb/regcache.c index 9b3d6ed..1b48da6 100644 --- a/gdb/regcache.c +++ b/gdb/regcache.c @@ -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) { |