mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Drop useless STAT() call.
(Logical change 1.9)
This commit is contained in:
parent
cec1997e0c
commit
883ce4ca59
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ update_frame_state (struct ia64_cursor *c)
|
|||
{
|
||||
dprintf ("%s: ip, sp, and bsp unchanged; stopping here (ip=0x%lx)\n",
|
||||
__FUNCTION__, (long) ip);
|
||||
STAT(unw.stat.api.unwind_time += ia64_get_itc () - start);
|
||||
return -UNW_EBADFRAME;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue