aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2001-02-16 19:12:44 -0500
committerJason Merrill <jason@gcc.gnu.org>2001-02-16 19:12:44 -0500
commit48f22ed28f579852f74a63a8afcba9db5e6f94de (patch)
treef194211fd660947872ff5a314a043c01f7665c3c /gcc/cp/decl2.c
parentb8f971fc25adb70d8f9e7cff24f86e9f7d7ee83b (diff)
downloadgcc-48f22ed28f579852f74a63a8afcba9db5e6f94de.zip
gcc-48f22ed28f579852f74a63a8afcba9db5e6f94de.tar.gz
gcc-48f22ed28f579852f74a63a8afcba9db5e6f94de.tar.bz2
cp-tree.h (DECL_USE_VTT_PARM): Remove.
* cp-tree.h (DECL_USE_VTT_PARM): Remove. * decl2.c (maybe_retrofit_in_chrg): Don't create it. * optimize.c (maybe_clone_body): Don't substitute it. * call.c (build_new_method_call): Check in_chrg instead. * init.c (expand_virtual_init): Likewise. From-SVN: r39785
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r--gcc/cp/decl2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index 5c2940c..9f79148 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -980,9 +980,6 @@ maybe_retrofit_in_chrg (fn)
DECL_VTT_PARM (fn) = build_artificial_parm (vtt_parm_identifier,
vtt_parm_type);
DECL_CONTEXT (DECL_VTT_PARM (fn)) = fn;
- DECL_USE_VTT_PARM (fn) = build_artificial_parm (NULL_TREE,
- boolean_type_node);
- DECL_CONTEXT (DECL_USE_VTT_PARM (fn)) = fn;
}
}