about summary refs log tree commit diff
path: root/sysdeps/i386/i686/hp-timing.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-06-25 11:40:18 -0700
committerRichard Henderson <rth@twiddle.net>2014-07-03 08:38:18 -0700
commit850e0e032b77ee833a9f98d1bef3f50769bdd0c7 (patch)
tree7f453e76d6933d6155f6a1212f8e72188dfd60db /sysdeps/i386/i686/hp-timing.h
parent7db48f6aab371ffce155b9ac8705673b2bf3cbbd (diff)
downloadglibc-850e0e032b77ee833a9f98d1bef3f50769bdd0c7.tar.gz
glibc-850e0e032b77ee833a9f98d1bef3f50769bdd0c7.tar.xz
glibc-850e0e032b77ee833a9f98d1bef3f50769bdd0c7.zip
Removing HP_TIMING_ZERO as unused
Diffstat (limited to 'sysdeps/i386/i686/hp-timing.h')
-rw-r--r--sysdeps/i386/i686/hp-timing.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/i386/i686/hp-timing.h b/sysdeps/i386/i686/hp-timing.h
index 4a2006e745..18e5b95bbe 100644
--- a/sysdeps/i386/i686/hp-timing.h
+++ b/sysdeps/i386/i686/hp-timing.h
@@ -49,8 +49,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.
 
@@ -83,9 +81,6 @@
 /* We use 64bit values for the times.  */
 typedef unsigned long long int hp_timing_t;
 
-/* Set timestamp value to zero.  */
-#define HP_TIMING_ZERO(Var)	(Var) = (0)
-
 /* That's quite simple.  Use the `rdtsc' instruction.  Note that the value
    might not be 100% accurate since there might be some more instructions
    running in this moment.  This could be changed by using a barrier like