From 8e9f30c08b26d481cf755dfd9fc3aa1ca68b156d Mon Sep 17 00:00:00 2001 From: Jordy Rose Date: Thu, 19 Aug 2010 18:59:37 +0000 Subject: [PATCH] Remove dead code. Patch by Jon Mulder! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111541 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Checker/BasicStore.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Checker/BasicStore.cpp b/lib/Checker/BasicStore.cpp index 943d64e2b6..002d4ee835 100644 --- a/lib/Checker/BasicStore.cpp +++ b/lib/Checker/BasicStore.cpp @@ -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; -- 2.50.1