[llvm-commits] [llvm] r57522 - /llvm/trunk/include/llvm/Attributes.h

Devang Patel dpatel at apple.com
Tue Oct 14 13:30:55 PDT 2008


Author: dpatel
Date: Tue Oct 14 15:30:54 2008
New Revision: 57522

URL: http://llvm.org/viewvc/llvm-project?rev=57522&view=rev
Log:
Remove dead code.

Modified:
    llvm/trunk/include/llvm/Attributes.h

Modified: llvm/trunk/include/llvm/Attributes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Attributes.h?rev=57522&r1=57521&r2=57522&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Attributes.h (original)
+++ llvm/trunk/include/llvm/Attributes.h Tue Oct 14 15:30:54 2008
@@ -84,9 +84,6 @@
 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 {





More information about the llvm-commits mailing list