aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2015-03-16 18:28:26 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2015-03-16 18:28:26 +0000
commitde6d3593367a76ee33fe4c27c00daac1558ebf73 (patch)
tree44cbe43210e8984133ff108e95aff0a04bb0d65c /gcc/cgraph.h
parent9410d9b20aae8c15ac96d85bc3b8873fedde527a (diff)
downloadgcc-de6d3593367a76ee33fe4c27c00daac1558ebf73.zip
gcc-de6d3593367a76ee33fe4c27c00daac1558ebf73.tar.gz
gcc-de6d3593367a76ee33fe4c27c00daac1558ebf73.tar.bz2
cgraph.h (add_new_static_var): Remove declaration.
* cgraph.h (add_new_static_var): Remove declaration. * varpool.c (add_new_static_var): Remove function. From-SVN: r221462
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 99af026..52b15c5 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'. */