]> granicus.if.org Git - clang/commitdiff
Remove DoneEvaluating field (unused since r90296)
authorJordy Rose <jediknil@belkadan.com>
Tue, 3 Aug 2010 20:45:31 +0000 (20:45 +0000)
committerJordy Rose <jediknil@belkadan.com>
Tue, 3 Aug 2010 20:45:31 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110141 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Checker/PathSensitive/Checker.h

index 81f151b89d79e226f2bf1998851417bd05e882bb..d254071bdf5fe83ab95f566e63fe3fe45ec1e246 100644 (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: