summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-08-27 09:14:03 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-08-27 09:14:03 +0000
commit16ba5f1cfbe368c74bf0f764418e3360d1debe99 (patch)
tree0f1b2b893c48eed07b77ff9d9d38b0694ba3fb09
parentdd179f303a1570bd4f197095cb8c849bd9332c17 (diff)
downloadbcm5719-llvm-16ba5f1cfbe368c74bf0f764418e3360d1debe99.tar.gz
bcm5719-llvm-16ba5f1cfbe368c74bf0f764418e3360d1debe99.zip
Remove unused utility methods of GRStmtNodeBuilder.
llvm-svn: 80237
-rw-r--r--clang/include/clang/Analysis/PathSensitive/GRCoreEngine.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/GRCoreEngine.h b/clang/include/clang/Analysis/PathSensitive/GRCoreEngine.h
index aae87c00c32..4d624bcc0fa 100644
--- a/clang/include/clang/Analysis/PathSensitive/GRCoreEngine.h
+++ b/clang/include/clang/Analysis/PathSensitive/GRCoreEngine.h
@@ -199,13 +199,6 @@ public:
generateNodeInternal(const Stmt* S, const GRState* State, ExplodedNode* Pred,
ProgramPoint::Kind K = ProgramPoint::PostStmtKind,
const void *tag = 0);
-
- ExplodedNode*
- generateNodeInternal(const Stmt* S,const GRState* State,const void *tag = 0) {
- ExplodedNode* N = getLastNode();
- assert (N && "Predecessor of new node is infeasible.");
- return generateNodeInternal(S, State, N, ProgramPoint::PostStmtKind, tag);
- }
/// getStmt - Return the current block-level expression associated with
/// this builder.
OpenPOWER on IntegriCloud