]> git.ipfire.org Git - thirdparty/systemd.git/commit
prioq: make prioq_reshuffle() void
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Dec 2022 17:49:02 +0000 (18:49 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Dec 2022 22:26:26 +0000 (23:26 +0100)
commit8656f4a6ae22f021311dddbea3c8e1b9f517e843
tree6a702cabd7496444314a65efe43e3f742d8544d4
parentb892124bdcd96edca41b88fa89ef2d576ad7eacd
prioq: make prioq_reshuffle() void

We never use the return value, and it's confusing and kinda pointless
what we return there.

Hence drop it.

Originally noticed by: tristone13th <tristone13th@outlook.com>

Alternative to: #25810
src/basic/prioq.c
src/basic/prioq.h
src/journal/journald-context.c
src/libsystemd/sd-event/sd-event.c