Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/service: drop unneeded unit_add_to_gc_queue()
Follow-up for a1d3157 and 6ac62d6 With the aforementioned commits, unit_release_resources() is dispatched in a dedicated queue, and Service.n_keep_fd_store has been dropped, hence the comment is outdated. Moreover, the unit is added to GC queue in unit_notify() already. No other unit types do this in corresponding _enter_dead() functions, nor does Service need it anymore.
- Loading branch information