diff options
Diffstat (limited to 'lib/Core/Searcher.cpp')
-rw-r--r-- | lib/Core/Searcher.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Core/Searcher.cpp b/lib/Core/Searcher.cpp index b9f22538..fc61ab98 100644 --- a/lib/Core/Searcher.cpp +++ b/lib/Core/Searcher.cpp @@ -84,6 +84,7 @@ void DFSSearcher::update(ExecutionState *current, } } + (void) ok; assert(ok && "invalid state removed"); } } @@ -129,6 +130,7 @@ void BFSSearcher::update(ExecutionState *current, } } + (void) ok; assert(ok && "invalid state removed"); } } |