xo-reader: retire unused admits_symbol()

This commit is contained in:
Roland Conybeare 2024-08-11 00:01:11 -05:00
commit ae746b3173
8 changed files with 8 additions and 40 deletions

View file

@ -42,6 +42,7 @@ namespace xo {
return "???";
}
#ifdef OBSOLETE
bool
exprstate::admits_symbol() const {
switch (exs_type_) {
@ -75,6 +76,7 @@ namespace xo {
return false;
}
#endif
void
exprstate::on_def_token(const token_type & tk,