tidy: drop stale ACollector comments
This commit is contained in:
parent
327dce3f78
commit
1aa20227ca
1 changed files with 2 additions and 3 deletions
|
|
@ -75,7 +75,8 @@ namespace xo {
|
|||
|
||||
// establish the set of types that mm_ will be able to collect
|
||||
|
||||
CollectorTypeRegistry::instance().install_types(retval.to_op().to_facet<ACollector>());
|
||||
CollectorTypeRegistry::instance().install_types
|
||||
(retval.to_op().to_facet<ACollector>());
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
|
@ -821,8 +822,6 @@ namespace xo {
|
|||
|
||||
log && log(xtag("i_arg", i_arg), xtag("n_arg", args->size()), xtag("cap", args->capacity()));
|
||||
|
||||
//auto gc = mm_.to_op().to_facet<ACollector>();
|
||||
|
||||
args->push_back(mm_.to_op(), value);
|
||||
|
||||
i_arg = evalargs_frame->increment_arg();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue