summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/BasicStore.cpp
diff options
context:
space:
mode:
authorJordy Rose <jediknil@belkadan.com>2010-08-19 18:59:37 +0000
committerJordy Rose <jediknil@belkadan.com>2010-08-19 18:59:37 +0000
commit1cd2472ac2b5fa23d1567847f9313469b9586a02 (patch)
tree58929a8ce7a69541eebe4c15043534f3f69d1deb /clang/lib/Checker/BasicStore.cpp
parent68caaaf28271fdfb50571debe61527a7bce49191 (diff)
downloadbcm5719-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.cpp5
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;
OpenPOWER on IntegriCloud