aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-04-09 07:11:16 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-04-09 07:11:16 -0400
commit914981cccf7dc18d36ce7640be3377b8d22d844c (patch)
tree2f7e551d65a3ec6597257398ce60135b9a387a16 /gcc/tree.h
parent9b594acf0eaf351096abf20f2598023cd01dbd93 (diff)
downloadgcc-914981cccf7dc18d36ce7640be3377b8d22d844c.zip
gcc-914981cccf7dc18d36ce7640be3377b8d22d844c.tar.gz
gcc-914981cccf7dc18d36ce7640be3377b8d22d844c.tar.bz2
(substitute_in_type): Delete declaration.
From-SVN: r11684
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 9a331f2..1af1b89 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1496,12 +1496,6 @@ extern int contains_placeholder_p PROTO((tree));
extern tree substitute_in_expr PROTO((tree, tree, tree));
-/* Given a type T, a FIELD_DECL F, and a replacement value R,
- return a new type with all size expressions that contain F
- updated by replacing the reference to F with R. */
-
-extern tree substitute_in_type PROTO((tree, tree, tree));
-
/* variable_size (EXP) is like save_expr (EXP) except that it
is for the special case of something that is part of a
variable size for a data type. It makes special arrangements