aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-10-09 02:24:00 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-10-09 02:24:00 +0000
commit82887688bdd931c37488c9a8d089fd811485947f (patch)
tree73d9b20692f0706d5e7eb518eabf01815644876d
parent4f8c7e42af8425d2ae18f23327185c6272166943 (diff)
Remove unused code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83612 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Analysis/PathSensitive/Store.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/clang/Analysis/PathSensitive/Store.h b/include/clang/Analysis/PathSensitive/Store.h
index 047bc6c680..aaf244bdb9 100644
--- a/include/clang/Analysis/PathSensitive/Store.h
+++ b/include/clang/Analysis/PathSensitive/Store.h
@@ -157,13 +157,6 @@ public:
return state;
}
- // FIXME: Make out-of-line.
- virtual const GRState *setDefaultValue(const GRState *state,
- const MemRegion *region,
- SVal val) {
- return state;
- }
-
virtual void print(Store store, llvm::raw_ostream& Out,
const char* nl, const char *sep) = 0;