[cfe-commits] r120968 - /cfe/trunk/include/clang/Checker/PathSensitive/GRState.h

Ted Kremenek kremenek at apple.com
Sun Dec 5 15:36:01 PST 2010


Author: kremenek
Date: Sun Dec  5 17:36:01 2010
New Revision: 120968

URL: http://llvm.org/viewvc/llvm-project?rev=120968&view=rev
Log:
Remove unused method GRState::LookupExpr().

Modified:
    cfe/trunk/include/clang/Checker/PathSensitive/GRState.h

Modified: cfe/trunk/include/clang/Checker/PathSensitive/GRState.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Checker/PathSensitive/GRState.h?rev=120968&r1=120967&r2=120968&view=diff
==============================================================================
--- cfe/trunk/include/clang/Checker/PathSensitive/GRState.h (original)
+++ cfe/trunk/include/clang/Checker/PathSensitive/GRState.h Sun Dec  5 17:36:01 2010
@@ -138,10 +138,6 @@
     Profile(ID, this);
   }
 
-  SVal LookupExpr(Expr* E) const {
-    return Env.LookupExpr(E);
-  }
-
   BasicValueFactory &getBasicVals() const;
   SymbolManager &getSymbolManager() const;
 





More information about the cfe-commits mailing list