xo-parser: refactor: drop unused expractiontype::pop

This commit is contained in:
Roland Conybeare 2024-08-01 12:48:01 +10:00
commit 942de7335c
2 changed files with 9 additions and 4 deletions

View file

@ -115,7 +115,7 @@ namespace xo {
keep,
emit,
pop,
//pop,
n_expractiontype
};
@ -141,8 +141,9 @@ namespace xo {
static expraction keep();
static expraction emit(const exprir & ir);
//static expraction pop(const exprir & ir);
#ifdef OBSOLETE
static expraction pop();
#endif
expractiontype action_type() const { return action_type_; }
const exprir & expr_ir() const { return expr_ir_; }