]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup-util: remove now unused cg_read_event() 37624/head
authorMike Yuan <me@yhndnzj.com>
Mon, 26 May 2025 20:32:12 +0000 (22:32 +0200)
committerMike Yuan <me@yhndnzj.com>
Mon, 26 May 2025 20:59:48 +0000 (22:59 +0200)
commitb823f7bb6a2295f3634e60fade3fd36ae0fa7cdb
treeef069d9335208bd10f0210f46435e4b1e5f9b9c3
parentc3f900770d0cff0cdf89751b614397b5e226194a
cgroup-util: remove now unused cg_read_event()

cg_get_keyed_attribute() is a more generic version of this,
and cg_is_empty_recursive() was the only user of this function,
which got converted in the previous commit.
src/basic/cgroup-util.c
src/basic/cgroup-util.h