xo-reader: streamline: drop redundant admits_xxx() methods
This commit is contained in:
parent
f1f5b44a81
commit
e9e0d5255f
8 changed files with 29 additions and 44 deletions
|
|
@ -17,14 +17,6 @@ namespace xo {
|
|||
bool
|
||||
progress_xs::admits_symbol() const { return false; }
|
||||
|
||||
#ifdef OSBOLETE
|
||||
bool
|
||||
progress_xs::admits_semicolon() const { return true; }
|
||||
#endif
|
||||
|
||||
bool
|
||||
progress_xs::admits_singleassign() const { return false; }
|
||||
|
||||
bool
|
||||
progress_xs::admits_f64() const { return false; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue