mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 01:20:53 +00:00
test-bus-gvariant: remove unused variable
This commit is contained in:
@@ -84,7 +84,6 @@ static void test_bus_gvariant_get_alignment(void) {
|
||||
static void test_marshal(void) {
|
||||
_cleanup_bus_message_unref_ sd_bus_message *m = NULL;
|
||||
_cleanup_bus_unref_ sd_bus *bus = NULL;
|
||||
_cleanup_free_ void *p = NULL;
|
||||
|
||||
assert_se(sd_bus_open_system(&bus) >= 0);
|
||||
bus->use_gvariant = true; /* dirty hack */
|
||||
|
||||
Reference in New Issue
Block a user