diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-12-05 23:36:01 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-12-05 23:36:01 +0000 |
commit | d7365e103c3466792d05c046a8b1108178e41959 (patch) | |
tree | 792ebab2fb2ba583f2b7322d18ee89ced608fc1a /include/clang/Checker | |
parent | 2a41637a995affa1563f4d82a8b026e326a2faa0 (diff) |
Remove unused method GRState::LookupExpr().
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Checker')
-rw-r--r-- | include/clang/Checker/PathSensitive/GRState.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Checker/PathSensitive/GRState.h b/include/clang/Checker/PathSensitive/GRState.h index e38f43ea63..47ea4c9d08 100644 --- a/include/clang/Checker/PathSensitive/GRState.h +++ b/include/clang/Checker/PathSensitive/GRState.h @@ -138,10 +138,6 @@ public: Profile(ID, this); } - SVal LookupExpr(Expr* E) const { - return Env.LookupExpr(E); - } - BasicValueFactory &getBasicVals() const; SymbolManager &getSymbolManager() const; |