diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-10-09 02:24:00 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-10-09 02:24:00 +0000 |
commit | 82887688bdd931c37488c9a8d089fd811485947f (patch) | |
tree | 73d9b20692f0706d5e7eb518eabf01815644876d | |
parent | 4f8c7e42af8425d2ae18f23327185c6272166943 (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.h | 7 |
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; |