Remove dead code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57522 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2008-10-14 20:30:54 +00:00
parent b8cab9227a
commit f5ff0cf03a

View File

@ -84,9 +84,6 @@ inline Attributes constructAlignmentFromInt(unsigned i) {
std::string getAsString(Attributes Attrs); std::string getAsString(Attributes Attrs);
} // end namespace Attribute } // end namespace Attribute
namespace Attribute {
} // end namespace Attribute
/// This is just a pair of values to associate a set of attributes /// This is just a pair of values to associate a set of attributes
/// with an index. /// with an index.
struct AttributeWithIndex { struct AttributeWithIndex {