From: Anna Zaks Date: Fri, 7 Oct 2011 22:35:23 +0000 (+0000) Subject: [analyzer] Remove dead code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15e24065a4a8b6b9d58e138969f8f6ac7495d837;p=clang [analyzer] Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141432 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h b/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h index e2ea13d1c5..350b669e67 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h +++ b/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