X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fpath.c;h=42dd5da8e1c7ca401447a002a2fccdf9632864ac;hp=6cf03add44c9ba9a357ecb07a76fba9be7b4ba5f;hb=8351ceaea9480d9c2979aa2ff0f4982cfdfef58d;hpb=d2e54fae5ca7a0f71b5ac8b356a589ff0a09ea0a 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"