From d0fcc9a8181be47ae7d4b3be21a8c8a4682d8ddb Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Sun, 15 Aug 2010 10:27:23 +0000 Subject: Revert r111082. No warnings for this common pattern. llvm-svn: 111102 --- llvm/lib/VMCore/Verifier.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/VMCore/Verifier.cpp') diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp index 3aaf8cbe810..8ff15514243 100644 --- a/llvm/lib/VMCore/Verifier.cpp +++ b/llvm/lib/VMCore/Verifier.cpp @@ -151,8 +151,8 @@ namespace { SmallSetVector Types; // Disallow copying. - TypeSet(const TypeSet &) ATTRIBUTE_UNUSED; - TypeSet &operator=(const TypeSet &) ATTRIBUTE_UNUSED; + TypeSet(const TypeSet &); + TypeSet &operator=(const TypeSet &); }; struct Verifier : public FunctionPass, public InstVisitor { -- cgit v1.2.3