tidy: drop stale ACollector comments

This commit is contained in:
Roland Conybeare 2026-05-02 13:58:22 -04:00
commit 05a6aa9425
3 changed files with 0 additions and 6 deletions

View file

@ -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...);