From: Ted Kremenek Date: Thu, 5 Aug 2010 00:03:46 +0000 (+0000) Subject: Remove bonehead redeclaration. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eea0d9361de0c400a58bd7c1f23e3edee7b028d9;p=clang Remove bonehead redeclaration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110288 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CFGStmtMap.cpp b/lib/Analysis/CFGStmtMap.cpp index 88c90cd50d..deca741440 100644 --- a/lib/Analysis/CFGStmtMap.cpp +++ b/lib/Analysis/CFGStmtMap.cpp @@ -40,7 +40,7 @@ CFGBlock *CFGStmtMap::getBlock(Stmt *S) { return B; } - Stmt *X = PM->getParentIgnoreParens(X); + X = PM->getParentIgnoreParens(X); } return 0;