chiark / gitweb /
unit: get rid of UnitVTable.suffix, which is now unused
[elogind.git] / src / core / unit.h
index c20c532c168a954044544cd210056519270eeb40..b0aa02f6ae931cb22fe5f88a0a5c19a2bf8c3971 100644 (file)
@@ -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;