From: Ted Kremenek Date: Sun, 5 Dec 2010 23:36:01 +0000 (+0000) Subject: Remove unused method GRState::LookupExpr(). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7365e103c3466792d05c046a8b1108178e41959;p=clang Remove unused method GRState::LookupExpr(). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120968 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;