xo-parser: simplify: drop unused expraction
This commit is contained in:
parent
325d1f6547
commit
992de108ca
2 changed files with 4 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ namespace xo {
|
|||
return "???";
|
||||
}
|
||||
|
||||
#ifdef OBSOLETE
|
||||
const char *
|
||||
expractiontype_descr(expractiontype x) {
|
||||
switch(x) {
|
||||
|
|
@ -101,6 +102,7 @@ namespace xo {
|
|||
os << xtag("type", action_type_);
|
||||
os << ">";
|
||||
}
|
||||
#endif
|
||||
|
||||
bool
|
||||
exprstate::admits_definition() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue