diff options
Diffstat (limited to 'include/sys/gmon.h')
-rw-r--r-- | include/sys/gmon.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sys/gmon.h b/include/sys/gmon.h index 30889d8bc3..06b07fb2a5 100644 --- a/include/sys/gmon.h +++ b/include/sys/gmon.h @@ -9,10 +9,6 @@ extern void __write_profiling (void); extern void write_profiling (void); -struct __bb; -extern void __bb_init_func (struct __bb *bb); -extern void __bb_exit_func (void); - extern struct gmonparam _gmonparam attribute_hidden; # endif /* !_ISOMAC */ |