* blockframe.c (frameless_look_for_prologue): Remove unused

after_prologue variable.
This commit is contained in:
Theodore A. Roth 2003-05-23 17:05:19 +00:00
parent 2cdd89cb84
commit e76c5fcc46
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-05-23 Theodore A. Roth <troth@openavr.org>
* blockframe.c (frameless_look_for_prologue): Remove unused
after_prologue variable.
2003-05-23 Mark Kettenis <kettenis@gnu.org>
* blockframe.c (get_pc_function_start): Rewrite to avoid

View file

@ -144,7 +144,7 @@ inside_entry_func (CORE_ADDR pc)
int
frameless_look_for_prologue (struct frame_info *frame)
{
CORE_ADDR func_start, after_prologue;
CORE_ADDR func_start;
func_start = get_frame_func (frame);
if (func_start)