chiark / gitweb /
core: remove unused macro GC_QUEUE_USEC_MAX
authorRonny Chevalier <chevalier.ronny@gmail.com>
Sat, 8 Nov 2014 20:55:07 +0000 (21:55 +0100)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Sat, 8 Nov 2014 21:48:17 +0000 (22:48 +0100)
It is unused since cf1265e188e876dda906dca0029248a06dc80c33

src/core/manager.c

index 350f2f3882f4b91acd1980ee4863924e05bc3795..6c7eac27226209ffbdeb7e8234ea2b241d46b200 100644 (file)
@@ -79,9 +79,6 @@
 #include "bus-kernel.h"
 #include "time-util.h"
 
-/* As soon as 5s passed since a unit was added to our GC queue, make sure to run a gc sweep */
-#define GC_QUEUE_USEC_MAX (10*USEC_PER_SEC)
-
 /* Initial delay and the interval for printing status messages about running jobs */
 #define JOBS_IN_PROGRESS_WAIT_USEC (5*USEC_PER_SEC)
 #define JOBS_IN_PROGRESS_PERIOD_USEC (USEC_PER_SEC / 3)