From f5ff0cf03a5a1bb0ec7fb4809814faef53b9a35c Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 14 Oct 2008 20:30:54 +0000 Subject: [PATCH] Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57522 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Attributes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index 685ee2767b1..6deb0f411d4 100644 --- a/include/llvm/Attributes.h +++ b/include/llvm/Attributes.h @@ -84,9 +84,6 @@ inline Attributes constructAlignmentFromInt(unsigned i) { std::string getAsString(Attributes Attrs); } // end namespace Attribute -namespace Attribute { -} // end namespace Attribute - /// This is just a pair of values to associate a set of attributes /// with an index. struct AttributeWithIndex {