diff options
author | Kris Warkentin <kewarken@qnx.com> | 2003-05-12 19:11:51 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2003-05-12 19:11:51 +0000 |
commit | 5a7bfb365128ed4dfce19d5735d2d508885cd417 (patch) | |
tree | 5f99b7efecbe36b376be1a227223e55187dfc98d /gdb/nto-tdep.c | |
parent | 564b43e5ff06cd2f1089474a58a7972bce939ddd (diff) | |
download | gdb-5a7bfb365128ed4dfce19d5735d2d508885cd417.zip gdb-5a7bfb365128ed4dfce19d5735d2d508885cd417.tar.gz gdb-5a7bfb365128ed4dfce19d5735d2d508885cd417.tar.bz2 |
Removed redundant call.
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 5003ea0..834daff 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -270,8 +270,6 @@ fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, { nto_regset_t regset; - nto_init_solib_absolute_prefix (); - if (which == NTO_REG_GENERAL) { memcpy ((char *) ®set, core_reg_sect, |