]> granicus.if.org Git - clang/commitdiff
Remove dead code. Patch by Jon Mulder!
authorJordy Rose <jediknil@belkadan.com>
Thu, 19 Aug 2010 18:59:37 +0000 (18:59 +0000)
committerJordy Rose <jediknil@belkadan.com>
Thu, 19 Aug 2010 18:59:37 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111541 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Checker/BasicStore.cpp

index 943d64e2b667af1c22ea6f14dadd015b918bf462..002d4ee83588cbf76e33c86d4d7a2e9d5f5306c9 100644 (file)
@@ -61,11 +61,6 @@ public:
   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;