]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: remove unused check
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 13 Jun 2019 16:03:14 +0000 (18:03 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Jun 2019 15:26:13 +0000 (17:26 +0200)
commitf2330acda408a34451d5e15380fcdd225a672473
tree8f0afa7e9a1c7f6dbf37ab326d78ce60b83420a4
parent0d92a3088a50212f16bf72672832b2b61dfca551
logind: remove unused check

All callers pass either a fixed action, or HANDLE_IGNORE is explicitly filtered
out. Let's remove this case here, because we cannot properly log what opreation
we are ignoring.
src/login/logind-action.c