chore(library/blast/simplifier/simplifier): remove dead variable
This commit is contained in:
parent
9fa1a7a01c
commit
14d4ae7e97
1 changed files with 2 additions and 3 deletions
|
@ -807,9 +807,8 @@ optional<result> simplifier::synth_congr(expr const & e, F && simp) {
|
|||
expr proof = congr_lemma->get_proof();
|
||||
expr type = congr_lemma->get_type();
|
||||
unsigned i = 0;
|
||||
bool has_proof = false;
|
||||
bool has_cast = false;
|
||||
buffer<expr> locals;
|
||||
bool has_proof = false;
|
||||
bool has_cast = false;
|
||||
for_each(congr_lemma->get_arg_kinds(), [&](congr_arg_kind const & ckind) {
|
||||
switch (ckind) {
|
||||
case congr_arg_kind::Fixed:
|
||||
|
|
Loading…
Reference in a new issue