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

@ -17,9 +17,6 @@ namespace xo {
bool
progress_xs::admits_symbol() const { return false; }
bool
progress_xs::admits_colon() const { return false; }
bool
progress_xs::admits_semicolon() const { return true; }