verify-di: Implement DebugInfoVerifier
[oota-llvm.git] / include / llvm / IR / InlineAsm.h
index 652d3710e7a6d9cc98412e75efdea015b4a68fcc..ac190892bab011f44c59c0b6532c2115306bea69 100644 (file)
@@ -164,9 +164,6 @@ public:
     ///Default constructor.
     ConstraintInfo();
     
-    /// Copy constructor.
-    ConstraintInfo(const ConstraintInfo &other);
-    
     /// Parse - Analyze the specified string (e.g. "=*&{eax}") and fill in the
     /// fields in this structure.  If the constraint string is not understood,
     /// return true, otherwise return false.