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/sparc/sparc64 | |
parent | 7db48f6aab371ffce155b9ac8705673b2bf3cbbd (diff) | |
download | glibc-850e0e032b77ee833a9f98d1bef3f50769bdd0c7.tar.gz |
Removing HP_TIMING_ZERO as unused
Diffstat (limited to 'sysdeps/sparc/sparc64')
-rw-r--r-- | sysdeps/sparc/sparc64/hp-timing.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/sparc/sparc64/hp-timing.h b/sysdeps/sparc/sparc64/hp-timing.h index fa08cc85a1..0773efb610 100644 --- a/sysdeps/sparc/sparc64/hp-timing.h +++ b/sysdeps/sparc/sparc64/hp-timing.h @@ -29,8 +29,6 @@ typedef unsigned long int hp_timing_t; -#define HP_TIMING_ZERO(Var) (Var) = (0) - #define HP_TIMING_NOW(Var) __asm__ __volatile__ ("rd %%tick, %0" : "=r" (Var)) #define HP_TIMING_DIFF_INIT() \ |