diff options
Diffstat (limited to 'include/llvm/IR/Use.h')
-rw-r--r-- | include/llvm/IR/Use.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/IR/Use.h b/include/llvm/IR/Use.h index 60b2fc0b1c..33a69c4686 100644 --- a/include/llvm/IR/Use.h +++ b/include/llvm/IR/Use.h @@ -66,7 +66,6 @@ public: typedef PointerIntPair<User*, 1, unsigned> UserRef; private: - /// Copy ctor - do not implement Use(const Use &U) LLVM_DELETED_FUNCTION; /// Destructor - Only for zap() |