summaryrefslogtreecommitdiff
path: root/src/core/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-05-19 16:41:14 +0200
committerLennart Poettering <lennart@poettering.net>2015-05-19 16:41:14 +0200
commited10fa8ce2e9cc4b78adb257a1b8fdc636bacea9 (patch)
treeee3311315b89ffc8b04c1182021691551b28f5c1 /src/core/unit.h
parent67bfdc9771ce9d67b6ecff9982d2ecb89bdb2f6b (diff)
unit: drop support for pre-v44 job serialization
No distro ships that old systemd versions anyway, hence let's drop support for live-upgrades for them. Offline updates are still supported. And live-upgrades will only lose the job queue, hence basically still work...
Diffstat (limited to 'src/core/unit.h')
-rw-r--r--src/core/unit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/unit.h b/src/core/unit.h
index 7ef970e9b8..9491ef64f9 100644
--- a/src/core/unit.h
+++ b/src/core/unit.h
@@ -166,12 +166,6 @@ struct Unit {
/* Used during GC sweeps */
unsigned gc_marker;
- /* When deserializing, temporarily store the job type for this
- * unit here, if there was a job scheduled.
- * Only for deserializing from a legacy version. New style uses full
- * serialized jobs. */
- int deserialized_job; /* This is actually of type JobType */
-
/* Error code when we didn't manage to load the unit (negative) */
int load_error;