name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
[gcc.git] / gcc / cp / tree.c
index aab92d5e9d5fb451b0e437cd9d3f43d0ad1f1c46..12c31fb83420534d1083b9684ea7b249a1f5bac3 100644 (file)
@@ -3988,7 +3988,7 @@ type_has_nontrivial_copy_init (const_tree type)
            saw_non_deleted = true;
        }
 
-      if (!saw_non_deleted && CLASSTYPE_METHOD_VEC (t))
+      if (!saw_non_deleted)
        for (ovl_iterator iter (CLASSTYPE_CONSTRUCTORS (t)); iter; ++iter)
          {
            tree fn = *iter;