diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-09 06:07:05 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-09 06:07:05 +0000 |
commit | 68b3554f5464d49465bfb68ddffb69668d9080d2 (patch) | |
tree | 21cc8202dd4afe5295fcd6fb1a2982baee7e6bc5 /gcc/tree.h | |
parent | 9afdea3935f7445cd9cc14d8a16e67ce271c275b (diff) | |
download | gcc-68b3554f5464d49465bfb68ddffb69668d9080d2.tar.gz |
2009-09-09 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 151544
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@151549 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 880f71d9f17..59251b58d14 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -4278,10 +4278,6 @@ extern tree tree_cons_stat (tree, tree, tree MEM_STAT_DECL); extern tree tree_last (tree); -/* Return the node in a chain whose TREE_VALUE is x, NULL if not found. */ - -extern tree tree_find_value (tree, tree); - /* Reverse the order of elements in a chain, and return the new head. */ extern tree nreverse (tree); |