xo-parser: refactor: drop unused expractiontype::pop
This commit is contained in:
parent
010f15641e
commit
942de7335c
2 changed files with 9 additions and 4 deletions
|
|
@ -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_; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue