]> granicus.if.org Git - clang/commitdiff
Remove unused method GRState::LookupExpr().
authorTed Kremenek <kremenek@apple.com>
Sun, 5 Dec 2010 23:36:01 +0000 (23:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 5 Dec 2010 23:36:01 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120968 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Checker/PathSensitive/GRState.h

index e38f43ea6309720e373c42ab0a8030a8bf86f4c8..47ea4c9d08bd9788cc15964a055497f237918c03 100644 (file)
@@ -138,10 +138,6 @@ public:
     Profile(ID, this);
   }
 
-  SVal LookupExpr(Expr* E) const {
-    return Env.LookupExpr(E);
-  }
-
   BasicValueFactory &getBasicVals() const;
   SymbolManager &getSymbolManager() const;