aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-05-19 15:41:26 +0000
committerBruce Evans <bde@FreeBSD.org>2004-05-19 15:41:26 +0000
commitb2321e7cdbba8fd1af2fd1c30242753d5c6d93c7 (patch)
treecf3f3f9c7355143e263b31af5e429443de31dd41 /sys/powerpc/include
parent5ad6c3b1eaef315edd7c73241a27ae2dddb71edf (diff)
Notes
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/profile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h
index c6dbf9138dfb8..6960fb1a0d61e 100644
--- a/sys/powerpc/include/profile.h
+++ b/sys/powerpc/include/profile.h
@@ -49,17 +49,6 @@ _mcount() \
#define MCOUNT_ENTER(s)
#define MCOUNT_EXIT(s)
#define MCOUNT_DECL(s)
-#ifdef GUPROF
-struct gmonparam;
-
-void nullfunc_loop_profiled(void);
-void nullfunc_profiled(void);
-void startguprof(struct gmonparam *p);
-void stopguprof(struct gmonparam *p);
-#else
-#define startguprof(p)
-#define stopguprof(p)
-#endif /* GUPROF */
#endif
#endif /* !_MACHINE_PROFILE_H_ */