xo-reader: tidy: cleanup debris

This commit is contained in:
Roland Conybeare 2024-08-10 17:14:19 -05:00
commit 57b9a7f561
2 changed files with 0 additions and 16 deletions

View file

@ -23,11 +23,6 @@ namespace xo {
bool
paren_xs::admits_singleassign() const { return false; }
#ifdef OBSOLETE
bool
paren_xs::admits_leftparen() const { /*unreachable*/ return false; }
#endif
bool
paren_xs::admits_rightparen() const {
switch (parenxs_type_) {