diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-08-05 00:03:46 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-08-05 00:03:46 +0000 |
commit | eea0d9361de0c400a58bd7c1f23e3edee7b028d9 (patch) | |
tree | dd1e3d7a6a574a91e4988a27bdfcf51facad72d7 /lib/Analysis/CFGStmtMap.cpp | |
parent | 93ce50d0e6fda37a74033596d8c1c08e6ec27ab1 (diff) |
Remove bonehead redeclaration.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110288 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFGStmtMap.cpp')
-rw-r--r-- | lib/Analysis/CFGStmtMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |