logind: remove dead variable

Noticed-by: Jan Alexander Steffens <jan.steffens@gmail.com>
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-12-19 14:16:46 -05:00
parent e2f123b97b
commit eb53c37e2e
2 changed files with 0 additions and 4 deletions

View file

@ -637,9 +637,6 @@ UserState user_get_state(User *u) {
assert(u);
if (u->closing)
return USER_CLOSING;
if (u->slice_job || u->service_job)
return USER_OPENING;

View file

@ -61,7 +61,6 @@ struct User {
bool in_gc_queue:1;
bool started:1;
bool closing:1;
LIST_HEAD(Session, sessions);
LIST_FIELDS(User, gc_queue);