]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: drop unused user_tasks_max field 14007/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Nov 2019 19:48:42 +0000 (20:48 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Nov 2019 17:41:54 +0000 (18:41 +0100)
commit91611136527644375c219d463b4bccb6d0bf9f98
tree2699b2be3bac80ce0f4cc4c894e3e315cd81858b
parent0877d4e0cf8ee02bd460045a77cbe1b7aa497239
logind: drop unused user_tasks_max field

We would only write to the field, and take the address. All *readers* were
removed in 284149392755f086d0a714071c33aa609e61505e. (The explanation for why
the field wasn't removed back then is that the patch underwent a few iterations,
with the initial version adding translation back and forth. Later versions of
the patch simply emit a warning and ignore the old value. Apparently nobody
noticed that the value became unused.)
src/basic/cgroup-util.h
src/login/logind-core.c
src/login/logind-gperf.gperf
src/login/logind-user.c
src/login/logind.h