diff options
author | Richard Henderson <rth@twiddle.net> | 2014-06-25 11:40:18 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-07-03 08:38:18 -0700 |
commit | 850e0e032b77ee833a9f98d1bef3f50769bdd0c7 (patch) | |
tree | 7f453e76d6933d6155f6a1212f8e72188dfd60db /sysdeps/alpha | |
parent | 7db48f6aab371ffce155b9ac8705673b2bf3cbbd (diff) | |
download | glibc-850e0e032b77ee833a9f98d1bef3f50769bdd0c7.tar.gz glibc-850e0e032b77ee833a9f98d1bef3f50769bdd0c7.tar.xz glibc-850e0e032b77ee833a9f98d1bef3f50769bdd0c7.zip |
Removing HP_TIMING_ZERO as unused
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/hp-timing.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/alpha/hp-timing.h b/sysdeps/alpha/hp-timing.h index 90f9b9d475..4cbee66e7f 100644 --- a/sysdeps/alpha/hp-timing.h +++ b/sysdeps/alpha/hp-timing.h @@ -42,8 +42,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,9 +75,6 @@ /* We use 32 bit values for the times. */ typedef unsigned int hp_timing_t; -/* Set timestamp value to zero. */ -#define HP_TIMING_ZERO(VAR) (VAR) = (0) - /* The "rpcc" instruction returns a 32-bit counting half and a 32-bit "virtual cycle counter displacement". Subtracting the two gives us a virtual cycle count. */ |