xo-reader: retire unused admits_symbol()

This commit is contained in:
Roland Conybeare 2024-08-11 00:01:11 -05:00
commit ae746b3173
8 changed files with 8 additions and 40 deletions

View file

@ -14,9 +14,6 @@ namespace xo {
return std::make_unique<paren_xs>(paren_xs());
}
bool
paren_xs::admits_symbol() const { return true; }
bool
paren_xs::admits_rightparen() const {
switch (parenxs_type_) {