From bcbe497e5a73d889e8799f8a3680c303afede347 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jul 2012 17:04:42 +0200 Subject: unit: get rid of UnitVTable.suffix, which is now unused --- src/core/unit.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/unit.h') 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; -- cgit v1.2.3-54-g00ecf