xo-reader: simplify: drop exprstate.admits_colon()

This commit is contained in:
Roland Conybeare 2024-08-10 17:12:52 -05:00
commit 2b436850cf
7 changed files with 4 additions and 49 deletions

View file

@ -85,8 +85,6 @@ namespace xo {
/** true iff this parsing state admits a symbol as next token **/
virtual bool admits_symbol() const;
/** true iff this parsing state admits a colon as next token **/
virtual bool admits_colon() const;
/** true iff this parsing state admits a semicolon as next token **/
virtual bool admits_semicolon() const;
/** true iff this parsing state admits a singleassign '=' as next token **/