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/unit.h | |
parent | 5f73969991fa765f2826975c0fc5e47438b5e9ea (diff) |
unit: get rid of UnitVTable.suffix, which is now unused
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index c20c532c16..b0aa02f6ae 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -274,8 +274,6 @@ struct UnitStatusMessageFormats { #include "path.h" struct UnitVTable { - const char *suffix; - /* How much memory does an object of this unit type need */ size_t object_size; |