summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-16 18:28:26 +0000
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-16 18:28:26 +0000
commit36795c14580569a618700d0c9dd52453c34f102c (patch)
tree44cbe43210e8984133ff108e95aff0a04bb0d65c /gcc/cgraph.h
parent02c05c9b281f7bce0d2dd4e153f74d9fdb2efbdb (diff)
downloadgcc-36795c14580569a618700d0c9dd52453c34f102c.tar.gz
* cgraph.h (add_new_static_var): Remove declaration.
* varpool.c (add_new_static_var): Remove function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221462 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 99af026d2d7..52b15c57417 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -2717,9 +2717,6 @@ cgraph_node::has_gimple_body_p (void)
for ((node) = symtab->first_function_with_gimple_body (); (node); \
(node) = symtab->next_function_with_gimple_body (node))
-/* Create a new static variable of type TYPE. */
-tree add_new_static_var (tree type);
-
/* Uniquize all constants that appear in memory.
Each constant in memory thus far output is recorded
in `const_desc_table'. */