diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-12-25 15:43:36 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-12-25 15:43:36 +0000 |
| commit | 54d76db0aa7107597cac0b80d8e138a37e6d1de9 (patch) | |
| tree | 2b2d8f14ee5d73322a27b4cbd3b19fbe9c87b9a4 /lib/Sema/SemaExpr.cpp | |
| parent | 9c825c3f77aa46c5cadaf60007598b71c6da3273 (diff) | |
Remove some dead variables clang-analyzer found.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaExpr.cpp')
| -rw-r--r-- | lib/Sema/SemaExpr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 5902e371c5..3df5b00cda 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -1435,7 +1435,6 @@ Sema::BuildDeclarationNameExpr(const CXXScopeSpec &SS, assert(D && "Cannot refer to a NULL declaration"); assert(!isa<FunctionTemplateDecl>(D) && "Cannot refer unambiguously to a function template"); - DeclarationName Name = D->getDeclName(); if (CheckDeclInExpr(*this, Loc, D)) return ExprError(); |
