diff options
author | Anders Carlsson <andersca@mac.com> | 2009-05-30 21:10:34 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-05-30 21:10:34 +0000 |
commit | 1c02101999a576790b433ac4b5195e7ac4197347 (patch) | |
tree | e29402b4c4a47b68835400a8156aa0937f0f7fc2 /lib/AST/DeclBase.cpp | |
parent | 2be586108bb401019647791feca19ea03fd477ce (diff) |
Get rid of CXXTempVarDecl.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72637 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/DeclBase.cpp')
-rw-r--r-- | lib/AST/DeclBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index ba8f3351c3..80b422e753 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -208,7 +208,6 @@ unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { case ObjCForwardProtocol: case Block: case TranslationUnit: - case CXXTempVar: // Aren't looked up? case UsingDirective: |