From: Jordy Rose Date: Tue, 3 Aug 2010 20:45:31 +0000 (+0000) Subject: Remove DoneEvaluating field (unused since r90296) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac63193c3d8f0d56213978d4fe953ff902bbb48d;p=clang Remove DoneEvaluating field (unused since r90296) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110141 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Checker/PathSensitive/Checker.h b/include/clang/Checker/PathSensitive/Checker.h index 81f151b89d..d254071bdf 100644 --- a/include/clang/Checker/PathSensitive/Checker.h +++ b/include/clang/Checker/PathSensitive/Checker.h @@ -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: