1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove dead code.

llvm-svn: 57522
This commit is contained in:
Devang Patel 2008-10-14 20:30:54 +00:00
parent 9543edc4ef
commit 3e8ed97454

View 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 {