]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/job: drop pure qualifier for static inline functions
authorMike Yuan <me@yhndnzj.com>
Wed, 22 Oct 2025 18:53:15 +0000 (20:53 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 4 Nov 2025 11:17:29 +0000 (12:17 +0100)
commitb1947bf6e316644b0c2098e9ebb338b85c78bc4b
tree6c39dd256103af28dc7f7a8a31e09dd0f3575658
parent1fa9473b07e16ee863c045183251c6613cef375d
core/job: drop pure qualifier for static inline functions

The impl is directly visible to the compiler so it can apply
all sorts of optimizations wherever it sees fit. And with
the previous commit they are actually "const".
src/core/job.h