xo-reader: bury debris

This commit is contained in:
Roland Conybeare 2024-08-10 23:58:08 -05:00
commit 652a454887
2 changed files with 0 additions and 49 deletions

View file

@ -74,10 +74,6 @@ namespace xo {
/** true iff this parsing state admits a symbol as next token **/
virtual bool admits_symbol() const;
#ifdef OBSOLETE
/** true iff this parsing state admits a singleassign '=' as next token **/
virtual bool admits_singleassign() const;
#endif
/** update exprstate in response to incoming token @p tk,
* forward instructions to parent parser