aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Decl.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-04-22 23:35:25 +0000
committerDouglas Gregor <dgregor@apple.com>2010-04-22 23:35:25 +0000
commitbaf633b41fc1cb42fd5e128954550bf1853f2a8d (patch)
tree8e3b7ad8bd19d71a397f778be8ffc3af468d3017 /lib/AST/Decl.cpp
parentbd4187bb6f4a0cfe7d6d2c8e8856b16bca2f0748 (diff)
Make TemplateDecl and ObjCContainerDecl abstract
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/Decl.cpp')
-rw-r--r--lib/AST/Decl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/Decl.cpp b/lib/AST/Decl.cpp
index b11f61757d..1d94c20ef8 100644
--- a/lib/AST/Decl.cpp
+++ b/lib/AST/Decl.cpp
@@ -297,7 +297,6 @@ Linkage NamedDecl::getLinkage() const {
case Decl::ObjCCategoryImpl:
case Decl::ObjCClass:
case Decl::ObjCCompatibleAlias:
- case Decl::ObjCContainer:
case Decl::ObjCForwardProtocol:
case Decl::ObjCImplementation:
case Decl::ObjCInterface: