chiark / gitweb /
test: allow deletion of temporary files from normal fs
[elogind.git] / src / core / snapshot.c
index 5bb3c4a8fd1548c598331f62d7d9310969d50130..5c2a319cb6a6c6aa98de790d19c94a8ba1dd5993 100644 (file)
@@ -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,