Skip to content

Commit

Permalink
Same number check is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
hecmas committed Oct 16, 2024
1 parent d1fb1b6 commit 28a1825
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pil2-components/lib/std/pil/std_prod.pil
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ private function check_opids_were_completed_prod() {
error(`${name_str} #${opid} defined without assume`);
} else if (proves == 0) {
error(`${name_str} #${opid} defined without proves`);
}else if (assumes != proves) {
error(`${name_str} #${opid} defined with #${assumes} assumes and #${proves} proves`);
}
}
}

0 comments on commit 28a1825

Please sign in to comment.