]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
tree-wide: drop unneeded output params
authorDavid Tardon <dtardon@redhat.com>
Tue, 11 Apr 2023 15:25:42 +0000 (17:25 +0200)
committerDavid Tardon <dtardon@redhat.com>
Wed, 12 Apr 2023 07:53:55 +0000 (09:53 +0200)
commit5e891cbb5cfb0de54588988f1c9969244a9317a3
tree9fd735d8f5c3e0d76d8530e259baae842c6fef6d
parentf643ca1767a52918c69c324f2ed6dbdfa005f04e
tree-wide: drop unneeded output params

Neither of the callers of bus_deserialize_and_dump_unit_file_changes()
touches the changes array, so let's simplify things and keep it internal
to the function.
src/machine/machinectl.c
src/portable/portablectl.c
src/shared/bus-unit-util.c
src/shared/bus-unit-util.h
src/systemctl/systemctl-add-dependency.c
src/systemctl/systemctl-enable.c
src/systemctl/systemctl-preset-all.c
src/systemctl/systemctl-set-default.c