From 883ce4ca59f75d0956ba3d3ae2916015ae6eed97 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Mon, 1 Apr 2002 23:01:22 +0000 Subject: [PATCH] Drop useless STAT() call. (Logical change 1.9) --- src/ia64/unw_step.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ia64/unw_step.c b/src/ia64/unw_step.c index 8453854e..5077a387 100644 --- a/src/ia64/unw_step.c +++ b/src/ia64/unw_step.c @@ -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; }