diff options
Diffstat (limited to 'src/core/snapshot.c')
-rw-r--r-- | src/core/snapshot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/snapshot.c b/src/core/snapshot.c index 5bb3c4a8fd..5c2a319cb6 100644 --- a/src/core/snapshot.c +++ b/src/core/snapshot.c @@ -281,7 +281,6 @@ static const char* const snapshot_state_table[_SNAPSHOT_STATE_MAX] = { DEFINE_STRING_TABLE_LOOKUP(snapshot_state, SnapshotState); const UnitVTable snapshot_vtable = { - .suffix = ".snapshot", .object_size = sizeof(Snapshot), .no_alias = true, |