Remove bonehead redeclaration.

llvm-svn: 110288
This commit is contained in:
Ted Kremenek 2010-08-05 00:03:46 +00:00
parent 9659f6b540
commit 8a297e9f27
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ CFGBlock *CFGStmtMap::getBlock(Stmt *S) {
return B;
}
Stmt *X = PM->getParentIgnoreParens(X);
X = PM->getParentIgnoreParens(X);
}
return 0;