1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-18 21:57:48 +03:00

test-bus-gvariant: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2013-12-05 22:33:22 +01:00
parent bc25a2fb66
commit 8edb59a98b

View File

@ -84,7 +84,6 @@ static void test_bus_gvariant_get_alignment(void) {
static void test_marshal(void) { static void test_marshal(void) {
_cleanup_bus_message_unref_ sd_bus_message *m = NULL; _cleanup_bus_message_unref_ sd_bus_message *m = NULL;
_cleanup_bus_unref_ sd_bus *bus = NULL; _cleanup_bus_unref_ sd_bus *bus = NULL;
_cleanup_free_ void *p = NULL;
assert_se(sd_bus_open_system(&bus) >= 0); assert_se(sd_bus_open_system(&bus) >= 0);
bus->use_gvariant = true; /* dirty hack */ bus->use_gvariant = true; /* dirty hack */