chiark / gitweb /
fix compiler warning
[elogind.git] / src / timer.c
index c732076105141f6ab0080e486fbba40c0adb7f9f..d127a117434a48a607d7d8d88dd6b0fb0e02fd29 100644 (file)
@@ -383,7 +383,6 @@ static void timer_timer_event(Unit *u, uint64_t elapsed, Watch *w) {
 }
 
 void timer_unit_notify(Unit *u, UnitActiveState new_state) {
-        int r;
         Iterator i;
         Unit *k;