* 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

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