summaryrefslogtreecommitdiff
path: root/src/core/path.c
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/path.c
parent5f73969991fa765f2826975c0fc5e47438b5e9ea (diff)
unit: get rid of UnitVTable.suffix, which is now unused
Diffstat (limited to 'src/core/path.c')
-rw-r--r--src/core/path.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/path.c b/src/core/path.c
index 6cf03add4..42dd5da8e 100644
--- a/src/core/path.c
+++ b/src/core/path.c
@@ -738,7 +738,6 @@ static const char* const path_result_table[_PATH_RESULT_MAX] = {
DEFINE_STRING_TABLE_LOOKUP(path_result, PathResult);
const UnitVTable path_vtable = {
- .suffix = ".path",
.object_size = sizeof(Path),
.sections =
"Unit\0"