summaryrefslogtreecommitdiff
path: root/gprof/cg_dfn.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/cg_dfn.h')
-rw-r--r--gprof/cg_dfn.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h
deleted file mode 100644
index 4bd3030257c..00000000000
--- a/gprof/cg_dfn.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef cg_dfn_h
-#define cg_dfn_h
-
-/*
- * Flags which mark a symbol as topologically ``busy'' or as
- * topologically ``not_numbered'':
- */
-#define DFN_BUSY -1
-#define DFN_NAN 0
-
-/*
- * Depth-first numbering of a call-graph.
- */
-
-extern void cg_dfn PARAMS ((Sym * root));
-
-#endif /* cg_dfn_h */