summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRExprEngine.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-11-13 06:04:01 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-11-13 06:04:01 +0000
commit0320ad28c767dcb7fb6d7d45ebe577641b070684 (patch)
tree36d04bcccb4731fb6e19ea15ba747179bd75cf67 /clang/lib/Analysis/GRExprEngine.cpp
parent7d75afc56abd29c41d68f7cfddf215a49ddbe6cf (diff)
downloadbcm5719-llvm-0320ad28c767dcb7fb6d7d45ebe577641b070684.tar.gz
bcm5719-llvm-0320ad28c767dcb7fb6d7d45ebe577641b070684.zip
GRStateManager::CurrentStmt is not used. Remove it.
llvm-svn: 87091
Diffstat (limited to 'clang/lib/Analysis/GRExprEngine.cpp')
-rw-r--r--clang/lib/Analysis/GRExprEngine.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp
index 50d53df2b78..857120f1525 100644
--- a/clang/lib/Analysis/GRExprEngine.cpp
+++ b/clang/lib/Analysis/GRExprEngine.cpp
@@ -293,9 +293,7 @@ void GRExprEngine::ProcessStmt(Stmt* S, GRStmtNodeBuilder& builder) {
Builder = &builder;
EntryNode = builder.getLastNode();
- // FIXME: Consolidate.
CurrentStmt = S;
- StateMgr.CurrentStmt = S;
// Set up our simple checks.
if (BatchAuditor)
@@ -353,8 +351,6 @@ void GRExprEngine::ProcessStmt(Stmt* S, GRStmtNodeBuilder& builder) {
CleanedState = NULL;
EntryNode = NULL;
- // FIXME: Consolidate.
- StateMgr.CurrentStmt = 0;
CurrentStmt = 0;
Builder = NULL;
OpenPOWER on IntegriCloud