summaryrefslogtreecommitdiff
path: root/src/core/unit.h
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/unit.h
parent5f73969991fa765f2826975c0fc5e47438b5e9ea (diff)
unit: get rid of UnitVTable.suffix, which is now unused
Diffstat (limited to 'src/core/unit.h')
-rw-r--r--src/core/unit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/unit.h b/src/core/unit.h
index c20c532c1..b0aa02f6a 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;