From 914981cccf7dc18d36ce7640be3377b8d22d844c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 9 Apr 1996 07:11:16 -0400 Subject: [PATCH] (substitute_in_type): Delete declaration. From-SVN: r11684 --- gcc/tree.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gcc/tree.h b/gcc/tree.h index 9a331f2efc3..1af1b898f4e 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 -- 2.30.2