summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-10-07 22:35:23 +0000
committerAnna Zaks <ganna@apple.com>2011-10-07 22:35:23 +0000
commit34e8b0f560070c6b479fbb0bacc71feb2cf1c223 (patch)
treef1441e953a15c71b7c9389ddf0c3b8c2b9c80ee8 /clang
parente71c18dff0f12c05c514eac96bb8057d8a194cae (diff)
downloadbcm5719-llvm-34e8b0f560070c6b479fbb0bacc71feb2cf1c223.tar.gz
bcm5719-llvm-34e8b0f560070c6b479fbb0bacc71feb2cf1c223.zip
[analyzer] Remove dead code.
llvm-svn: 141432
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
index e2ea13d1c52..350b669e676 100644
--- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
+++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
@@ -202,13 +202,6 @@ public:
B.getBlockID());
}
- ExplodedNode *generateNode(PostStmt PP,
- const ProgramState *St,
- ExplodedNode *Pred) {
- hasGeneratedNode = true;
- return generateNodeInternal(PP, St, Pred);
- }
-
ExplodedNode *generateNode(const Stmt *S,
const ProgramState *St,
ExplodedNode *Pred,
@@ -245,7 +238,7 @@ public:
generateNodeInternal(const Stmt *S,
const ProgramState *State,
ExplodedNode *Pred,
- ProgramPoint::Kind K = ProgramPoint::PostStmtKind,
+ ProgramPoint::Kind K,
const ProgramPointTag *tag = 0);
/// getStmt - Return the current block-level expression associated with
OpenPOWER on IntegriCloud