]> granicus.if.org Git - clang/commitdiff
remove dead code.
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 27 Mar 2009 05:31:12 +0000 (05:31 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 27 Mar 2009 05:31:12 +0000 (05:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67825 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/RegionStore.cpp

index f23369c8e1141bfa7a1e00ed6f5f95dd04accb54..59891f27cf0016455e5fb291176a6ef7e48afbe8 100644 (file)
@@ -270,10 +270,6 @@ public:
   }
 
 private:
-  Loc getVarLoc(const VarDecl* VD) {
-    return loc::MemRegionVal(MRMgr.getVarRegion(VD));
-  }
-
   const GRState* BindArray(const GRState* St, const TypedRegion* R, SVal V);
 
   /// Retrieve the values in a struct and return a CompoundVal, used when doing