From d7365e103c3466792d05c046a8b1108178e41959 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Sun, 5 Dec 2010 23:36:01 +0000 Subject: [PATCH] Remove unused method GRState::LookupExpr(). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120968 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Checker/PathSensitive/GRState.h | 4 ---- 1 file changed, 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; -- 2.40.0