summaryrefslogtreecommitdiff
path: root/src/core/snapshot.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-07-01 00:02:03 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-01 00:18:00 +0200
commita190eeb884840e1a431e22eee2c3b93c96ca7fa3 (patch)
tree73eef39d7af5118cc8ccf35024b3395c1a5872fe /src/core/snapshot.h
parent6a95dff87daf899a96135c7ab87aa1b1a67f6afc (diff)
snapshot: snapshots are just a special kind of transient units now
Diffstat (limited to 'src/core/snapshot.h')
-rw-r--r--src/core/snapshot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/snapshot.h b/src/core/snapshot.h
index 56f87cff4d..2675b1b242 100644
--- a/src/core/snapshot.h
+++ b/src/core/snapshot.h
@@ -38,7 +38,6 @@ struct Snapshot {
SnapshotState state, deserialized_state;
bool cleanup;
- bool by_snapshot_create:1;
};
extern const UnitVTable snapshot_vtable;