xo-reader: retire unused admits_symbol()
This commit is contained in:
parent
652a454887
commit
ae746b3173
8 changed files with 8 additions and 40 deletions
|
|
@ -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_) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue