diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-11-08 21:55:07 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-11-08 22:48:17 +0100 |
commit | 0c2a5d721ece665618614d05049975ad84a9ee4a (patch) | |
tree | 007ad9f1862d96097ec67b4024a4824336e1ed67 /src/core/manager.c | |
parent | b36bf0f3611f7845c08b1c553a57e6a6e400e75a (diff) |
core: remove unused macro GC_QUEUE_USEC_MAX
It is unused since cf1265e188e876dda906dca0029248a06dc80c33
Diffstat (limited to 'src/core/manager.c')
-rw-r--r-- | src/core/manager.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/manager.c b/src/core/manager.c index 350f2f3882..6c7eac2722 100644 --- a/src/core/manager.c +++ b/src/core/manager.c @@ -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) |