diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-07 15:00:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-07 15:00:59 +0000 |
commit | 1c8649cd5f2449b1c0268e4ee7759c410d1729b8 (patch) | |
tree | 08fec91bf3daa94eb8c875e78193bed71b508b1b /gdb/regcache.c | |
parent | ff291a48c0bdfc968ae0aa69a3fdd23c10e5b812 (diff) | |
download | gdb-1c8649cd5f2449b1c0268e4ee7759c410d1729b8.zip gdb-1c8649cd5f2449b1c0268e4ee7759c410d1729b8.tar.gz gdb-1c8649cd5f2449b1c0268e4ee7759c410d1729b8.tar.bz2 |
Zap stray XCALLOC().
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) { |