1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

bus-util: drop unnecessary continue

This commit is contained in:
Yu Watanabe 2023-05-09 04:02:54 +09:00
parent d421db6e8b
commit d94027ad16

View File

@ -99,6 +99,7 @@ int bus_event_loop_with_idle(
usec_t timeout,
check_idle_t check_idle,
void *userdata) {
bool exiting = false;
int r, code;
@ -134,7 +135,6 @@ int bus_event_loop_with_idle(
return r;
exiting = true;
continue;
}
}