xo-reader: retire unused admits_symbol()
This commit is contained in:
parent
652a454887
commit
ae746b3173
8 changed files with 8 additions and 40 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue