1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-02 13:41:46 +02:00

Drop useless STAT() call.

(Logical change 1.9)
This commit is contained in:
mostang.com!davidm 2002-04-01 23:01:22 +00:00
parent cec1997e0c
commit 883ce4ca59

View file

@ -95,7 +95,6 @@ update_frame_state (struct ia64_cursor *c)
{ {
dprintf ("%s: ip, sp, and bsp unchanged; stopping here (ip=0x%lx)\n", dprintf ("%s: ip, sp, and bsp unchanged; stopping here (ip=0x%lx)\n",
__FUNCTION__, (long) ip); __FUNCTION__, (long) ip);
STAT(unw.stat.api.unwind_time += ia64_get_itc () - start);
return -UNW_EBADFRAME; return -UNW_EBADFRAME;
} }