about summary refs log tree commit diff
path: root/gmon
diff options
context:
space:
mode:
Diffstat (limited to 'gmon')
-rw-r--r--gmon/sys/gmon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gmon/sys/gmon.h b/gmon/sys/gmon.h
index 85d9392d8e..c2262dde4b 100644
--- a/gmon/sys/gmon.h
+++ b/gmon/sys/gmon.h
@@ -175,10 +175,6 @@ extern void monstartup __P ((u_long __lowpc, u_long __highpc));
 /* Clean up profiling and write out gmon.out.  */
 extern void _mcleanup __P ((void));
 
-/* Write current profiling data to file.  */
-extern void __write_profiling __P ((void));
-extern void write_profiling __P ((void));
-
 __END_DECLS
 
 #endif /* sys/gmon.h */