diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-09 07:11:16 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-09 07:11:16 -0400 |
commit | 914981cccf7dc18d36ce7640be3377b8d22d844c (patch) | |
tree | 2f7e551d65a3ec6597257398ce60135b9a387a16 /gcc/tree.h | |
parent | 9b594acf0eaf351096abf20f2598023cd01dbd93 (diff) | |
download | gcc-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |