xo-reader: simplify: drop redundant virtual admits_xxx()
This commit is contained in:
parent
57b9a7f561
commit
18a4b51d3c
7 changed files with 10 additions and 26 deletions
|
|
@ -74,8 +74,10 @@ namespace xo {
|
|||
|
||||
/** true iff this parsing state admits a symbol as next token **/
|
||||
virtual bool admits_symbol() const;
|
||||
#ifdef OBSOLETE
|
||||
/** true iff this parsing state admits a semicolon as next token **/
|
||||
virtual bool admits_semicolon() const;
|
||||
#endif
|
||||
/** true iff this parsing state admits a singleassign '=' as next token **/
|
||||
virtual bool admits_singleassign() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue