From 8c8b9ee8c8646aa1a79c782d4da9abdf3eb4eefe 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111102 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Verifier.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/VMCore') diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index 3aaf8cbe81..8ff1551424 100644 --- a/lib/VMCore/Verifier.cpp +++ b/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