mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
bus-util: drop unnecessary continue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user