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

This commit is contained in:
Roland Conybeare 2024-08-01 13:05:58 +10:00
commit 880606908b
2 changed files with 2 additions and 5 deletions

View file

@ -236,7 +236,7 @@ namespace xo {
expraction on_symbol(const token_type & tk,
exprstatestack * p_stack,
rp<Expression> * p_emit_expr);
expraction on_colon(exprstatestack * p_stack);
void on_colon(exprstatestack * p_stack);
expraction on_singleassign(exprstatestack * p_stack);
void on_f64(const token_type & tk,
exprstatestack * p_stack,