Updated French translations
[binutils-gdb.git] / gprof / hertz.h
index 2ea01bac8828a349d9428b87f34eaf917f97eb43..7f8b3ee58b219752f2c1b2774d216ea0a2039a29 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef hertz_h
 #define hertz_h
 
-#include "gprof.h"
-
 #define        HZ_WRONG 0              /* impossible clock frequency */
 
 /*
@@ -10,13 +8,6 @@
  * 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 */