summaryrefslogtreecommitdiff
path: root/src/core/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-11-13 18:48:42 +0100
committerLennart Poettering <lennart@poettering.net>2015-11-13 19:50:52 +0100
commit702d4e6f14b0c92f7325fcdc3650c79c2221849e (patch)
treeeac142e1888ca36ec8e6543b81d820f31e5fba8b /src/core/unit.h
parent700e2d63b7458e57203355f840bd1dcc1fb46645 (diff)
core: now that .snapshot unit are gone, we don't need the per-type .no_gc bool anymore
Diffstat (limited to 'src/core/unit.h')
-rw-r--r--src/core/unit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/unit.h b/src/core/unit.h
index 14e3072146..bcf41d2348 100644
--- a/src/core/unit.h
+++ b/src/core/unit.h
@@ -403,9 +403,6 @@ struct UnitVTable {
/* Instances make no sense for this type */
bool no_instances:1;
- /* Exclude from automatic gc */
- bool no_gc:1;
-
/* True if transient units of this type are OK */
bool can_transient:1;
};