tidy: drop stale ACollector comments
This commit is contained in:
parent
cff5963b31
commit
05a6aa9425
3 changed files with 0 additions and 6 deletions
|
|
@ -203,7 +203,6 @@ namespace xo {
|
|||
DArray *
|
||||
DArray::array(obj<AAllocator> mm, Args... args)
|
||||
{
|
||||
//obj<ACollector> gc = mm.try_to_facet<ACollector>();
|
||||
DArray * result = _empty(mm, sizeof...(args));
|
||||
if (result) {
|
||||
detail::do_array_push_back(result, mm, args...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue