]> git.ipfire.org Git - thirdparty/systemd.git/commit
service: drop _pure_ decorator on static function
authorLennart Poettering <lennart@poettering.net>
Fri, 29 Sep 2017 14:39:46 +0000 (16:39 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Oct 2017 10:58:42 +0000 (12:58 +0200)
commit019be286767fae799eac20d77cc3982e0622729e
tree73c1b882fa9143a786ba2c2680352726ea5868b8
parent3c751b1bfaf734db09256a5631f1f9ce75cf0d35
service: drop _pure_ decorator on static function

The compiler should be good enough to figure this out on its own if this
is a static function, and it makes control_pid_good() an outlier anyway,
and decorators like this tend to bitrot. Hence, to keep things simple
and automatic, let's just drop the decorator.
src/core/service.c