xo-reader: simplify: adopt exprseq_xs + drop .admits_definition()
This commit is contained in:
parent
04f79eaf01
commit
424a4cd0f1
11 changed files with 39 additions and 3 deletions
|
|
@ -15,6 +15,7 @@ namespace xo {
|
|||
def_expr_{std::move(def_expr)}
|
||||
{}
|
||||
|
||||
#ifdef OBSOLETE
|
||||
bool
|
||||
define_xs::admits_definition() const
|
||||
{
|
||||
|
|
@ -41,6 +42,7 @@ namespace xo {
|
|||
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool
|
||||
define_xs::admits_symbol() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue