aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-07 15:00:59 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-07 15:00:59 +0000
commit1c8649cd5f2449b1c0268e4ee7759c410d1729b8 (patch)
tree08fec91bf3daa94eb8c875e78193bed71b508b1b /gdb/regcache.c
parentff291a48c0bdfc968ae0aa69a3fdd23c10e5b812 (diff)
downloadfsf-binutils-gdb-1c8649cd5f2449b1c0268e4ee7759c410d1729b8.zip
fsf-binutils-gdb-1c8649cd5f2449b1c0268e4ee7759c410d1729b8.tar.gz
fsf-binutils-gdb-1c8649cd5f2449b1c0268e4ee7759c410d1729b8.tar.bz2
Zap stray XCALLOC().
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r--gdb/regcache.c3
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)
{