aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-10-14 20:30:54 +0000
committerDevang Patel <dpatel@apple.com>2008-10-14 20:30:54 +0000
commitf5ff0cf03a5a1bb0ec7fb4809814faef53b9a35c (patch)
tree85df44374d83c96ac8f66888ae5e2ff5a7faa63d
parentb8cab9227a0f6ffbdaae33e3c64268e265008a6a (diff)
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57522 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Attributes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h
index 685ee2767b..6deb0f411d 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 {