1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00

fix compiler warning

This commit is contained in:
Kay Sievers 2012-01-07 02:12:43 +01:00
parent e4bac488f9
commit ebd91b34d7

View 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;