diff options
Diffstat (limited to 'lib/AST/DeclBase.cpp')
-rw-r--r-- | lib/AST/DeclBase.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index b1585a3078..61d22b9d70 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -238,7 +238,6 @@ unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { case ParmVar: case NonTypeTemplateParm: case ObjCMethod: - case ObjCContainer: case ObjCInterface: case ObjCProperty: case ObjCCompatibleAlias: @@ -269,7 +268,6 @@ unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { return IDNS_Tag; case Namespace: - case Template: case FunctionTemplate: case ClassTemplate: case TemplateTemplateParm: |