From: Zhongxing Xu Date: Fri, 9 Oct 2009 02:24:00 +0000 (+0000) Subject: Remove unused code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82887688bdd931c37488c9a8d089fd811485947f;p=clang Remove unused code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83612 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;