summaryrefslogtreecommitdiff
path: root/gprof/cg_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/cg_print.h')
-rw-r--r--gprof/cg_print.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gprof/cg_print.h b/gprof/cg_print.h
deleted file mode 100644
index 782c4aa04c2..00000000000
--- a/gprof/cg_print.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef cg_print_h
-#define cg_print_h
-
-#include "gprof.h"
-#include "symtab.h"
-
-extern double print_time; /* total of time being printed */
-
-extern void cg_print PARAMS ((Sym ** cg));
-extern void cg_print_index PARAMS ((void));
-extern void cg_print_file_ordering PARAMS ((void));
-extern void cg_print_function_ordering PARAMS ((void));
-
-#endif /* cg_print_h */