Remove DoneEvaluating field (unused since r90296)

llvm-svn: 110141
This commit is contained in:
Jordy Rose 2010-08-03 20:45:31 +00:00
parent ddec092641
commit 6e6f6e2cc3
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class CheckerContext {
const GRState *ST;
const Stmt *statement;
const unsigned size;
bool DoneEvaluating; // FIXME: This is not a permanent API change.
public:
bool *respondsToCallback;
public: