Remove unused code.

llvm-svn: 83612
This commit is contained in:
Zhongxing Xu 2009-10-09 02:24:00 +00:00
parent e77cd12f10
commit 9b6a9be301
1 changed files with 0 additions and 7 deletions

View File

@ -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;