diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-05-15 18:41:11 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2010-05-15 18:41:11 +0000 |
commit | b75bdd292f589b7dc457145842a511579159b055 (patch) | |
tree | b48cfa0ebdf01ed4d5b4df36c9cce38a425d24fa /gcc/tree.h | |
parent | ade41c1df254ba66f8aaf543973352df35013e56 (diff) | |
download | gcc-b75bdd292f589b7dc457145842a511579159b055.zip gcc-b75bdd292f589b7dc457145842a511579159b055.tar.gz gcc-b75bdd292f589b7dc457145842a511579159b055.tar.bz2 |
tree.h (ctor_to_list): Delete.
* tree.h (ctor_to_list): Delete.
* tree.c (ctor_to_list): Delete.
From-SVN: r159437
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4475,10 +4475,6 @@ extern tree first_field (const_tree); extern bool initializer_zerop (const_tree); -/* Given a CONSTRUCTOR CTOR, return the elements as a TREE_LIST. */ - -extern tree ctor_to_list (tree); - /* Given a CONSTRUCTOR CTOR, return the element values as a vector. */ extern VEC(tree,gc) *ctor_to_vec (tree); |