Remove dead code.
authorDevang Patel <dpatel@apple.com>
Tue, 14 Oct 2008 20:30:54 +0000 (20:30 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 14 Oct 2008 20:30:54 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57522 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Attributes.h

index 685ee2767b1440d9557bb74b9eaafa61970adc19..6deb0f411d49111d2b79b4e2bc633ae7c5740237 100644 (file)
@@ -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 {