diff options
author | Jordy Rose <jediknil@belkadan.com> | 2010-08-19 18:59:37 +0000 |
---|---|---|
committer | Jordy Rose <jediknil@belkadan.com> | 2010-08-19 18:59:37 +0000 |
commit | 8e9f30c08b26d481cf755dfd9fc3aa1ca68b156d (patch) | |
tree | 7f16b51161f8b89d694f4cf0cecd9fc74288d78c /lib/Checker/BasicStore.cpp | |
parent | 06ebc98ff017fadfaed515bc06f50ce94ca468d6 (diff) |
Remove dead code. Patch by Jon Mulder!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/BasicStore.cpp')
-rw-r--r-- | lib/Checker/BasicStore.cpp | 5 |
1 files changed, 0 insertions, 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; |