diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-12-13 16:26:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-12-13 16:26:02 +0000 |
commit | 18ea5ba4f05d572ec1513a37c22544c6037b21fa (patch) | |
tree | c1422f040ea448054f341e59df03abd1bed19526 /gdb/frame.c | |
parent | 2c517d0eb4a66f872b052972e5a76990efb8cf3f (diff) | |
download | gdb-18ea5ba4f05d572ec1513a37c22544c6037b21fa.zip gdb-18ea5ba4f05d572ec1513a37c22544c6037b21fa.tar.gz gdb-18ea5ba4f05d572ec1513a37c22544c6037b21fa.tar.bz2 |
2002-12-13 Andrew Cagney <ac131313@redhat.com>
* infcmd.c (run_stack_dummy): Create a frame ID directly and then
pass that to set_momentary_breakpoint. Move comments to where they
belong.
* frame.h (set_current_frame): Delete declaration.
* frame.c (set_current_frame): Delete function.
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index 4ed66b3..29ebfbe 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -472,12 +472,6 @@ get_current_frame (void) return current_frame; } -void -set_current_frame (struct frame_info *frame) -{ - current_frame = frame; -} - /* The "selected" stack frame is used by default for local and arg access. May be zero, for no selected frame. */ |