mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
fix coi filter to consider 0 cases
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0d79c8dd7
commit
af700e88cf
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ namespace datalog {
|
|||
// -----------------------------------
|
||||
|
||||
rule_set * mk_coi_filter::operator()(rule_set const & source) {
|
||||
TRACE("dl", tout << "Hello";);
|
||||
if (source.empty()) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue