diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-12-05 22:33:22 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-12-05 22:33:22 +0100 |
commit | 8edb59a98b8571ffb25a7aaedeaca30f38d5ba0b (patch) | |
tree | 02a9ff640f7a011b7bfb0dfb5535263f977f30fb /src | |
parent | bc25a2fb66ebf14589bb7ce5ecbd35301ee484ac (diff) |
test-bus-gvariant: remove unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd-bus/test-bus-gvariant.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-bus/test-bus-gvariant.c b/src/libsystemd-bus/test-bus-gvariant.c index 9888e33f5f..f8698ccefa 100644 --- a/src/libsystemd-bus/test-bus-gvariant.c +++ b/src/libsystemd-bus/test-bus-gvariant.c @@ -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 */ |