mirror of
https://github.com/systemd/systemd.git
synced 2026-07-15 20:10:58 +00:00
machine: remove unused variables
This commit is contained in:
@@ -55,7 +55,6 @@ static int property_get_id(
|
||||
sd_bus_error *error) {
|
||||
|
||||
Machine *m = userdata;
|
||||
int r;
|
||||
|
||||
assert(bus);
|
||||
assert(reply);
|
||||
@@ -100,7 +99,6 @@ static int property_get_netif(
|
||||
sd_bus_error *error) {
|
||||
|
||||
Machine *m = userdata;
|
||||
int r;
|
||||
|
||||
assert(bus);
|
||||
assert(reply);
|
||||
|
||||
Reference in New Issue
Block a user