aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-07-15 18:50:15 +0000
committerDaniel Jacobowitz <drow@false.org>2008-07-15 18:50:15 +0000
commitd56907c103c398e1f0d67e00b70a4b3cf0e4189b (patch)
tree3a899724edb7c20699d03cb94464fec533422471 /gdb/frame.h
parenta71cc8e008175c06ff353a88b058ad4cd50505eb (diff)
downloadgdb-d56907c103c398e1f0d67e00b70a4b3cf0e4189b.zip
gdb-d56907c103c398e1f0d67e00b70a4b3cf0e4189b.tar.gz
gdb-d56907c103c398e1f0d67e00b70a4b3cf0e4189b.tar.bz2
* frame.c (frame_sp_unwind): Delete.
(get_frame_sp): Do not use it. * frame.h (frame_sp_unwind): Delete prototype.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index 579b423..3e8f023 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -285,8 +285,6 @@ extern CORE_ADDR get_frame_address_in_block (struct frame_info *this_frame);
known as top-of-stack. */
extern CORE_ADDR get_frame_sp (struct frame_info *);
-extern CORE_ADDR frame_sp_unwind (struct frame_info *);
-
/* Following on from the `resume' address. Return the entry point
address of the function containing that resume address, or zero if