summaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2008-07-15 18:50:15 +0000
committerDaniel Jacobowitz <dan@debian.org>2008-07-15 18:50:15 +0000
commit7497591bd3073c59851d6348a3f5b68f366ef997 (patch)
treea3438734862dd730d11b451f4686f726d47852c5 /gdb/frame.h
parent6335d704261379458abf7188aa81cec44719725d (diff)
downloadgdb-7497591bd3073c59851d6348a3f5b68f366ef997.tar.gz
* 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 579b4237da0..3e8f023109e 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