summaryrefslogtreecommitdiff
path: root/src/core/snapshot.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-10 17:04:42 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-10 17:16:50 +0200
commitbcbe497e5a73d889e8799f8a3680c303afede347 (patch)
tree08b344c67fc71d7c28d55b3de85e2c8b39bc2b76 /src/core/snapshot.c
parent5f73969991fa765f2826975c0fc5e47438b5e9ea (diff)
unit: get rid of UnitVTable.suffix, which is now unused
Diffstat (limited to 'src/core/snapshot.c')
-rw-r--r--src/core/snapshot.c1
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,