diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-10 17:04:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-10 17:16:50 +0200 |
commit | bcbe497e5a73d889e8799f8a3680c303afede347 (patch) | |
tree | 08b344c67fc71d7c28d55b3de85e2c8b39bc2b76 /src/core/swap.c | |
parent | 5f73969991fa765f2826975c0fc5e47438b5e9ea (diff) |
unit: get rid of UnitVTable.suffix, which is now unused
Diffstat (limited to 'src/core/swap.c')
-rw-r--r-- | src/core/swap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/swap.c b/src/core/swap.c index f3c7fa3076..aeb8bdab36 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -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" |