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.
This commit is contained in:
Andrew Cagney 2003-11-23 00:27:54 +00:00
parent 86e3c56bd7
commit 38a7ce4b44
5 changed files with 10 additions and 20 deletions

View file

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