mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
stdio-bridge: remove unreachable return
This commit is contained in:
@@ -114,8 +114,6 @@ static int bus_set_address(
|
||||
const char *bus_path,
|
||||
RuntimeScope runtime_scope) {
|
||||
|
||||
int r;
|
||||
|
||||
assert(bus);
|
||||
|
||||
switch (transport) {
|
||||
@@ -143,8 +141,6 @@ static int bus_set_address(
|
||||
default:
|
||||
assert_not_reached();
|
||||
}
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
static int run(int argc, char *argv[]) {
|
||||
|
||||
Reference in New Issue
Block a user