forked from OSchip/llvm-project
Remove DoneEvaluating field (unused since r90296)
llvm-svn: 110141
This commit is contained in:
parent
ddec092641
commit
6e6f6e2cc3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue