summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-03-27 05:31:12 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-03-27 05:31:12 +0000
commit17e28b7a54c60f080ded0a0633a1f5157b6b6e24 (patch)
tree3c7a19266ca8049aae3600a3d07a58264739e876
parent43f1bdbdc355dbc4cca27785bc425eb8d8339884 (diff)
downloadbcm5719-llvm-17e28b7a54c60f080ded0a0633a1f5157b6b6e24.tar.gz
bcm5719-llvm-17e28b7a54c60f080ded0a0633a1f5157b6b6e24.zip
remove dead code.
llvm-svn: 67825
-rw-r--r--clang/lib/Analysis/RegionStore.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp
index f23369c8e11..59891f27cf0 100644
--- a/clang/lib/Analysis/RegionStore.cpp
+++ b/clang/lib/Analysis/RegionStore.cpp
@@ -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
OpenPOWER on IntegriCloud