summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-08 07:42:56 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-08 07:42:56 +0000
commita8146e4f049c4eed26bdfd10b766058771091535 (patch)
tree3ded9c6619acf17ba3cafe806dc45640f501fbaa /gcc/cgraph.h
parent301a5e52d13500f4b48ce5459d5419db59632bce (diff)
downloadgcc-a8146e4f049c4eed26bdfd10b766058771091535.tar.gz
* cgraph.h (cgraph_calls_p): Remove.
* cgraph.c (cgraph_calls_p): Likewise. * varray.h (varray_copy): Remove. * varray.c (varray_copy): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90261 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 180ddb8f40c..cd4c9d10566 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -169,7 +169,6 @@ struct cgraph_edge *cgraph_create_edge (struct cgraph_node *,
tree);
struct cgraph_node *cgraph_node (tree decl);
struct cgraph_edge *cgraph_edge (struct cgraph_node *, tree call_expr);
-bool cgraph_calls_p (tree, tree);
struct cgraph_local_info *cgraph_local_info (tree);
struct cgraph_global_info *cgraph_global_info (tree);
struct cgraph_rtl_info *cgraph_rtl_info (tree);