2000-10-31 Philip Blundell <philb@gnu.org>
[external/binutils.git] / gprof / hertz.h
index 2ea01ba..fc30a1f 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 */