chiark / gitweb /
shared: switch our hash table implementation over to SipHash
[elogind.git] / src / login / logind-user.h
index 8d5f119e66f6c198a6f7d7b4abdfb675c01f2594..0062880560e642456cc30f55f7246ba96330685a 100644 (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);