daily update
[deliverable/binutils-gdb.git] / gprof / hertz.h
index 2ea01bac8828a349d9428b87f34eaf917f97eb43..fc30a1f9d787046de1c25ea70161f9e6080ddc35 100644 (file)
  * we return HZ_WRONG, an impossible sampling frequency.
  */
 
-/* FIXME: Checking for MACH here makes no sense when for a cross
-   gprof.  */
-#ifdef MACH
-#include <machine/mach_param.h>
-#define hertz() (HZ)
-#else
 extern int hertz PARAMS ((void));
-#endif
 
 #endif /* hertz_h */
This page took 0.023046 seconds and 4 git commands to generate.