diff options
Diffstat (limited to 'gcc/cp/decl.c')
| -rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 51efa3574ec..ec087983f70 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -6579,8 +6579,6 @@ cxx_init_decl_processing () vtable_index_type = ptrdiff_type_node; vtt_parm_type = build_pointer_type (const_ptr_type_node); - lang_type_promotes_to = convert_type_from_ellipsis; - void_ftype = build_function_type (void_type_node, void_list_node); void_ftype_ptr = build_function_type (void_type_node, tree_cons (NULL_TREE, |

