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/mount.c | |
parent | 5f73969991fa765f2826975c0fc5e47438b5e9ea (diff) |
unit: get rid of UnitVTable.suffix, which is now unused
Diffstat (limited to 'src/core/mount.c')
-rw-r--r-- | src/core/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/mount.c b/src/core/mount.c index 3d513a051e..69cb6e24e4 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1785,7 +1785,6 @@ static const char* const mount_result_table[_MOUNT_RESULT_MAX] = { DEFINE_STRING_TABLE_LOOKUP(mount_result, MountResult); const UnitVTable mount_vtable = { - .suffix = ".mount", .object_size = sizeof(Mount), .sections = "Unit\0" |