Skip to content

Commit

Permalink
enforce sign coherence #4740
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Nov 9, 2020
1 parent 638ef9e commit be50f38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/smt/smt_context_pp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ namespace smt {
#else
strm << "lemma_" << (++m_lemma_id) << ".smt2";
#endif
SASSERT(m_lemma_id != 341);
VERIFY(m_lemma_id != 341);
return strm.str();
}

Expand Down

0 comments on commit be50f38

Please # to comment.