xo-expression2: retire OBSOLETE block
This commit is contained in:
parent
7a9167e42d
commit
c9d78372c8
1 changed files with 0 additions and 9 deletions
|
|
@ -120,15 +120,6 @@ namespace xo {
|
||||||
* types_[i] is convertible to obj<AType>
|
* types_[i] is convertible to obj<AType>
|
||||||
**/
|
**/
|
||||||
DArray * types_ = nullptr;
|
DArray * types_ = nullptr;
|
||||||
|
|
||||||
#ifdef OBSOLETE
|
|
||||||
/** actual range of slots_[] array. Can use indices in [0,..,n) **/
|
|
||||||
size_type capacity_ = 0;
|
|
||||||
/** number of slots in use **/
|
|
||||||
size_type size_ = 0;
|
|
||||||
/** memory for names and bindings **/
|
|
||||||
Slot slots_[];
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
} /*namespace scm*/
|
} /*namespace scm*/
|
||||||
} /*namespace xo*/
|
} /*namespace xo*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue