xo-reader: refactor: mv exprstate.cvt_expr -> define_xs
This commit is contained in:
parent
fccff55001
commit
cbd411bbf8
4 changed files with 20 additions and 15 deletions
|
|
@ -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 << ">";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue