xo-parser: simplify: drop unused expraction
This commit is contained in:
parent
325d1f6547
commit
992de108ca
2 changed files with 4 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ namespace xo {
|
|||
return os;
|
||||
}
|
||||
|
||||
#ifdef OBSOLETE
|
||||
enum class expractiontype {
|
||||
invalid = -1,
|
||||
|
||||
|
|
@ -149,6 +150,7 @@ namespace xo {
|
|||
x.print(os);
|
||||
return os;
|
||||
}
|
||||
#endif
|
||||
|
||||
class exprstatestack;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue