From 5a7bfb365128ed4dfce19d5735d2d508885cd417 Mon Sep 17 00:00:00 2001 From: Kris Warkentin Date: Mon, 12 May 2003 19:11:51 +0000 Subject: [PATCH] Removed redundant call. --- gdb/nto-tdep.c | 2 -- 1 file changed, 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, -- 2.7.4