From ed10fa8ce2e9cc4b78adb257a1b8fdc636bacea9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 19 May 2015 16:41:14 +0200 Subject: 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... --- src/core/unit.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core/unit.h') 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; -- cgit v1.2.3-54-g00ecf