chiark / gitweb /
unit: rename BindTo= to BindsTo=
[elogind.git] / src / core / timer.c
index 6bd4cc359cf62180386530df533104c9a8a34193..0b3c5ce0770bbc37d0c775357619e72ef13b09c7 100644 (file)
@@ -486,7 +486,6 @@ static const char* const timer_result_table[_TIMER_RESULT_MAX] = {
 DEFINE_STRING_TABLE_LOOKUP(timer_result, TimerResult);
 
 const UnitVTable timer_vtable = {
-        .suffix = ".timer",
         .object_size = sizeof(Timer),
         .sections =
                 "Unit\0"