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 {