chiark / gitweb /
unit: rename BindTo= to BindsTo=
[elogind.git] / src / core / swap.c
index f3c7fa30766ca3a0272715d7b4245b2854dee3a9..aeb8bdab36ef4723ec5cdc9a7da82b9c4644e873 100644 (file)
@@ -1335,7 +1335,6 @@ static const char* const swap_result_table[_SWAP_RESULT_MAX] = {
 DEFINE_STRING_TABLE_LOOKUP(swap_result, SwapResult);
 
 const UnitVTable swap_vtable = {
-        .suffix = ".swap",
         .object_size = sizeof(Swap),
         .sections =
                 "Unit\0"