diff options
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r-- | gcc/cp/call.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 6da1218042f..ea8cb5f78c8 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -9701,7 +9701,6 @@ is_std_init_list (tree type) type = TYPE_MAIN_VARIANT (type); return (CLASS_TYPE_P (type) && CP_TYPE_CONTEXT (type) == std_node - && CLASSTYPE_TEMPLATE_INFO (type) && strcmp (TYPE_NAME_STRING (type), "initializer_list") == 0); } |