aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-10-09 14:34:04 +0000
committerDaniel Jacobowitz <drow@false.org>2003-10-09 14:34:04 +0000
commit0f317a0ca716d3a589cd8d54387167b749a01bf4 (patch)
tree19e1e7e92a5e5cc9c6f38e43fafba027b1ac0b16 /gdb/remote-mips.c
parentbbab2f465b71112fd04020016f112807cca68fbc (diff)
downloadfsf-binutils-gdb-0f317a0ca716d3a589cd8d54387167b749a01bf4.zip
fsf-binutils-gdb-0f317a0ca716d3a589cd8d54387167b749a01bf4.tar.gz
fsf-binutils-gdb-0f317a0ca716d3a589cd8d54387167b749a01bf4.tar.bz2
* remote-mips.c (mips_initialize): Remove unneeded call to
get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r--gdb/remote-mips.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index c9a7ddf..8512e444 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -1494,10 +1494,6 @@ mips_initialize (void)
the request itself succeeds or fails. */
mips_request ('r', 0, 0, &err, mips_receive_wait, NULL);
- /* FIXME: cagney/2002-11-29: Force the update of selected frame.
- This shouldn't be necessary, only many many places still refer to
- selected_frame directly (instead of using get_selected_frame(). */
- get_selected_frame (); /* Hack!!! */
}
/* Open a connection to the remote board. */