diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-23 00:27:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-23 00:27:54 +0000 |
commit | 38a7ce4b44b4067f57a7a63f2aec8fa97eb46162 (patch) | |
tree | 8043e26b89bfb408dc0f8a0658a48575cd3fd941 /gdb/frame.c | |
parent | 86e3c56bd7919f232b24d76916829f037d2b82f6 (diff) | |
download | gdb-38a7ce4b44b4067f57a7a63f2aec8fa97eb46162.zip gdb-38a7ce4b44b4067f57a7a63f2aec8fa97eb46162.tar.gz gdb-38a7ce4b44b4067f57a7a63f2aec8fa97eb46162.tar.bz2 |
2003-11-22 Andrew Cagney <cagney@redhat.com>
* frame.h (deprecated_set_frame_next_hack): Delete declaration.
(deprecated_set_frame_prev_hack): Delete declaration.
* frame.c (deprecated_set_frame_next_hack): Delete function.
(deprecated_set_frame_prev_hack): Delete function.
* mcore-tdep.c (analyze_dummy_frame): Delete calls to
"deprecated_set_frame_next_hack" and
"deprecated_set_frame_prev_hack".
* mn10300-tdep.c (analyze_dummy_frame): Ditto.
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index 33066602..1b3d9bc 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -2237,13 +2237,6 @@ deprecated_set_frame_extra_info_hack (struct frame_info *frame, frame->extra_info = extra_info; } -void -deprecated_set_frame_next_hack (struct frame_info *fi, - struct frame_info *next) -{ - fi->next = next; -} - struct frame_info * deprecated_frame_xmalloc (void) { |