* frame.c (frame_sp_unwind): Delete.

(get_frame_sp): Do not use it.
	* frame.h (frame_sp_unwind): Delete prototype.
This commit is contained in:
Daniel Jacobowitz
2008-07-15 18:50:15 +00:00
parent a71cc8e008
commit d56907c103
3 changed files with 12 additions and 12 deletions

View File

@@ -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