mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* blockframe.c (frameless_look_for_prologue): Remove unused
after_prologue variable.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user