diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-07 02:12:43 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-07 02:12:43 +0100 |
commit | ebd91b34d749cf29308d15601b5fbc971b4dab89 (patch) | |
tree | 6a576d711f51ea392356cd30691f3e20074ed812 | |
parent | sd-id128: let's make our API a bit smaller, since sd_id128_make_v4_uuid() is ... (diff) | |
download | systemd-ebd91b34d749cf29308d15601b5fbc971b4dab89.tar.gz systemd-ebd91b34d749cf29308d15601b5fbc971b4dab89.tar.bz2 systemd-ebd91b34d749cf29308d15601b5fbc971b4dab89.zip |
fix compiler warning
-rw-r--r-- | src/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timer.c b/src/timer.c index c73207610..d127a1174 100644 --- a/src/timer.c +++ b/src/timer.c @@ -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; |