chiark / gitweb /
snapshot: snapshots are just a special kind of transient units now
[elogind.git] / src / core / snapshot.h
index 56f87cff4d9f4657c53f8806a18a0f12c0455dc0..2675b1b2429371c570ace4b669faecf78ce5e62b 100644 (file)
@@ -38,7 +38,6 @@ struct Snapshot {
         SnapshotState state, deserialized_state;
 
         bool cleanup;
-        bool by_snapshot_create:1;
 };
 
 extern const UnitVTable snapshot_vtable;