diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-11-02 23:19:29 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-11-02 23:19:29 +0000 |
commit | 0296c22557b3735e2ffeff690eb46fb0e9152bcc (patch) | |
tree | f5317dcdf2e4bd33f20c60592ecacf91978dd497 /include/clang | |
parent | a6f14e1a7ee3a9343a838297c73ca87fddb9ed4a (diff) |
Remove GRExprEngine::CheckerVisitLocation(). It was only called in one place, so we inlined it in to GRExprEngine::EvalLocation().
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/Analysis/PathSensitive/GRExprEngine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Analysis/PathSensitive/GRExprEngine.h b/include/clang/Analysis/PathSensitive/GRExprEngine.h index 90124c279d..cfb9ce95ea 100644 --- a/include/clang/Analysis/PathSensitive/GRExprEngine.h +++ b/include/clang/Analysis/PathSensitive/GRExprEngine.h @@ -412,9 +412,6 @@ protected: void CheckerVisit(Stmt *S, ExplodedNodeSet &Dst, ExplodedNodeSet &Src, bool isPrevisit); - ExplodedNode *CheckerVisitLocation(Stmt *S, ExplodedNode *Pred, - const GRState *state, SVal V); - /// Visit - Transfer function logic for all statements. Dispatches to /// other functions that handle specific kinds of statements. void Visit(Stmt* S, ExplodedNode* Pred, ExplodedNodeSet& Dst); |