[cfe-commits] r111541 - /cfe/trunk/lib/Checker/BasicStore.cpp

Jordy Rose jediknil at belkadan.com
Thu Aug 19 11:59:37 PDT 2010


Author: jrose
Date: Thu Aug 19 13:59:37 2010
New Revision: 111541

URL: http://llvm.org/viewvc/llvm-project?rev=111541&view=rev
Log:
Remove dead code. Patch by Jon Mulder!

Modified:
    cfe/trunk/lib/Checker/BasicStore.cpp

Modified: cfe/trunk/lib/Checker/BasicStore.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Checker/BasicStore.cpp?rev=111541&r1=111540&r2=111541&view=diff
==============================================================================
--- cfe/trunk/lib/Checker/BasicStore.cpp (original)
+++ cfe/trunk/lib/Checker/BasicStore.cpp Thu Aug 19 13:59:37 2010
@@ -61,11 +61,6 @@
   Store Remove(Store St, Loc loc);
   Store getInitialStore(const LocationContext *InitLoc);
 
-  // FIXME: Investigate what is using this. This method should be removed.
-  virtual Loc getLoc(const VarDecl* VD, const LocationContext *LC) {
-    return ValMgr.makeLoc(MRMgr.getVarRegion(VD, LC));
-  }
-
   Store BindCompoundLiteral(Store store, const CompoundLiteralExpr*,
                             const LocationContext*, SVal val) {
     return store;





More information about the cfe-commits mailing list