xo-reader: refactor: mv exprstate.cvt_expr -> define_xs

This commit is contained in:
Roland Conybeare 2024-08-08 15:15:07 -04:00
commit cbd411bbf8
4 changed files with 20 additions and 15 deletions

View file

@ -930,8 +930,6 @@ namespace xo {
<< xtag("type", exs_type_);
if (def_expr_)
os << xtag("def_expr", def_expr_);
if (cvt_expr_)
os << xtag("cvt_expr", cvt_expr_);
os << ">";
}