From: Jordy Rose Date: Thu, 19 Aug 2010 18:59:37 +0000 (+0000) Subject: Remove dead code. Patch by Jon Mulder! X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e9f30c08b26d481cf755dfd9fc3aa1ca68b156d;p=clang Remove dead code. Patch by Jon Mulder! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111541 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;