xo-parser: simplify: exprstate::on_exprir drop retval

This commit is contained in:
Roland Conybeare 2024-08-01 13:13:12 +10:00
commit cd83b6bed9
2 changed files with 11 additions and 11 deletions

View file

@ -226,7 +226,7 @@ namespace xo {
/** update exprstate in response to IR (intermediate representation)
* from nested parsing task
**/
expraction on_exprir(const exprir & ir, exprstatestack * p_stack, rp<Expression> * p_emit_expr);
void on_exprir(const exprir & ir, exprstatestack * p_stack, rp<Expression> * p_emit_expr);
/** print human-readable representation on @p os **/
void print(std::ostream & os) const;