From 850e0e032b77ee833a9f98d1bef3f50769bdd0c7 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 25 Jun 2014 11:40:18 -0700 Subject: Removing HP_TIMING_ZERO as unused --- sysdeps/ia64/hp-timing.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sysdeps/ia64') diff --git a/sysdeps/ia64/hp-timing.h b/sysdeps/ia64/hp-timing.h index bf97b478c0..e91326c8d0 100644 --- a/sysdeps/ia64/hp-timing.h +++ b/sysdeps/ia64/hp-timing.h @@ -43,8 +43,6 @@ - hp_timing_t: This is the type for variables used to store the time values. - - HP_TIMING_ZERO: clear `hp_timing_t' object. - - HP_TIMING_NOW: place timestamp for current time in variable given as parameter. @@ -77,10 +75,6 @@ /* We use 64bit values for the times. */ typedef unsigned long int hp_timing_t; -/* Set timestamp value to zero. */ -#define HP_TIMING_ZERO(Var) (Var) = (0) - - /* The Itanium/Merced has a bug where the ar.itc register value read is not correct in some situations. The solution is to read again. For now we always do this until we know how to recognize a fixed -- cgit 1.4.1