aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordy Rose <jediknil@belkadan.com>2010-08-03 20:45:31 +0000
committerJordy Rose <jediknil@belkadan.com>2010-08-03 20:45:31 +0000
commitac63193c3d8f0d56213978d4fe953ff902bbb48d (patch)
tree4d42168b0dec23052b2b17d63f4699c121ca4200
parentff59efd65bb1f2f8d005079597f814a3c8381f95 (diff)
Remove DoneEvaluating field (unused since r90296)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110141 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Checker/PathSensitive/Checker.h1
1 files changed, 0 insertions, 1 deletions
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: