chiark / gitweb /
Prep v228: Condense elogind source masks (4/5)
[elogind.git] / src / login / logind-core.c
index 4ab66cd9bf0c3199791983fdfa01d6991cbe0fe9..c7d7cedf79ffc918620659a3bd15485adf8c5f28 100644 (file)
@@ -410,8 +410,7 @@ bool manager_shall_kill(Manager *m, const char *user) {
         return strv_contains(m->kill_only_users, user);
 }
 
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 static int vt_is_busy(unsigned int vtnr) {
         struct vt_stat vt_stat;
         int r = 0;