[cfe-commits] r83612 - /cfe/trunk/include/clang/Analysis/PathSensitive/Store.h
Zhongxing Xu
xuzhongxing at gmail.com
Thu Oct 8 19:24:01 PDT 2009
Author: zhongxingxu
Date: Thu Oct 8 21:24:00 2009
New Revision: 83612
URL: http://llvm.org/viewvc/llvm-project?rev=83612&view=rev
Log:
Remove unused code.
Modified:
cfe/trunk/include/clang/Analysis/PathSensitive/Store.h
Modified: cfe/trunk/include/clang/Analysis/PathSensitive/Store.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/Store.h?rev=83612&r1=83611&r2=83612&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/Store.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/Store.h Thu Oct 8 21:24:00 2009
@@ -157,13 +157,6 @@
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;
More information about the cfe-commits
mailing list