chiark / gitweb /
suppress status message output at shutdown when 'quiet' is given
[elogind.git] / src / core / unit.c
index acc575b6e0adc1691d4bed568f745a8d18dc8183..447f2015ab5b50315272d806a6c86e6717c6608e 100644 (file)
@@ -311,9 +311,6 @@ void unit_add_to_gc_queue(Unit *u) {
         u->in_gc_queue = true;
 
         u->manager->n_in_gc_queue ++;
-
-        if (u->manager->gc_queue_timestamp <= 0)
-                u->manager->gc_queue_timestamp = now(CLOCK_MONOTONIC);
 }
 
 void unit_add_to_dbus_queue(Unit *u) {