mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
busctl: drop unused variable
This commit is contained in:
parent
cb16b085c0
commit
172e4806dd
@ -1592,7 +1592,7 @@ finish:
|
||||
}
|
||||
|
||||
static int json_transform_variant(sd_bus_message *m, const char *contents, JsonVariant **ret) {
|
||||
_cleanup_(json_variant_unrefp) JsonVariant *type = NULL, *value = NULL;
|
||||
_cleanup_(json_variant_unrefp) JsonVariant *value = NULL;
|
||||
int r;
|
||||
|
||||
assert(m);
|
||||
|
Loading…
x
Reference in New Issue
Block a user