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 | 1cd2472ac2b5fa23d1567847f9313469b9586a02 (patch) | |
tree | 58929a8ce7a69541eebe4c15043534f3f69d1deb /clang/lib/Checker/BasicStore.cpp | |
parent | 68caaaf28271fdfb50571debe61527a7bce49191 (diff) | |
download | bcm5719-llvm-1cd2472ac2b5fa23d1567847f9313469b9586a02.tar.gz bcm5719-llvm-1cd2472ac2b5fa23d1567847f9313469b9586a02.zip |
Remove dead code. Patch by Jon Mulder!
llvm-svn: 111541
Diffstat (limited to 'clang/lib/Checker/BasicStore.cpp')
-rw-r--r-- | clang/lib/Checker/BasicStore.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/Checker/BasicStore.cpp b/clang/lib/Checker/BasicStore.cpp index 943d64e2b66..002d4ee8358 100644 --- a/clang/lib/Checker/BasicStore.cpp +++ b/clang/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; |