3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-28 21:06:29 +00:00

fix comment

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-05-27 09:02:39 -07:00
parent 5d23edd473
commit 1aa2158bf4

View file

@ -2140,7 +2140,7 @@ namespace smt2 {
SASSERT(num_decls <= m_num_bindings);
m_num_bindings -= num_decls;
if (fr->m_kind == choice_k) {
// create expression (select choice new_q)
// create expression (choice new_q)
// add to expr_stack().push_back(choice_expr);
//
throw default_exception("parsing of choice expressions is NYI");