diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-11-15 19:23:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-11-16 15:03:26 +0100 |
commit | a2d72e265aaf0cceb0eb16d7f76730054e7ff439 (patch) | |
tree | 252d8b73633dd9fda6897795bfdb37345465bf7b /src/core/manager.h | |
parent | 0a23a627296841a299e95118313eddb4d2e07e04 (diff) |
core: drop n_in_gc_queue field of Manager structure
We count the units in the GC queue with this, but actually never make use of
it, hence drop it.
Diffstat (limited to 'src/core/manager.h')
-rw-r--r-- | src/core/manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/manager.h b/src/core/manager.h index 35172fdba9..aa3f95e8e0 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -229,7 +229,6 @@ struct Manager { int pin_cgroupfs_fd; int gc_marker; - unsigned n_in_gc_queue; /* Flags */ ManagerExitCode exit_code:5; |