Remove copy ctors that did the same thing as the default one.
[oota-llvm.git] / include / llvm / IR / Attributes.h
index f240211a5499a20c53c161a9536d03f609e86fda..9eccf40045bef4c10865781c05bcf1174503ef5d 100644 (file)
@@ -403,10 +403,6 @@ public:
     addAttribute(A);
   }
   AttrBuilder(AttributeSet AS, unsigned Idx);
-  AttrBuilder(const AttrBuilder &B)
-    : Attrs(B.Attrs),
-      TargetDepAttrs(B.TargetDepAttrs.begin(), B.TargetDepAttrs.end()),
-      Alignment(B.Alignment), StackAlignment(B.StackAlignment) {}
 
   void clear();