chiark / gitweb /
bus: remove unused variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 30 Nov 2013 23:26:08 +0000 (00:26 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 30 Nov 2013 23:26:08 +0000 (00:26 +0100)
src/libsystemd-bus/bus-control.c

index 0fc2b1a67d19e49a15617692193590069b01b58d..0f24e3c12d2b37c824711730aedc170b412ff0e0 100644 (file)
@@ -403,7 +403,6 @@ static int bus_get_owner_kdbus(
                 uint64_t mask,
                 sd_bus_creds **creds) {
 
-        _cleanup_bus_message_unref_ sd_bus_message *reply = NULL;
         _cleanup_bus_creds_unref_ sd_bus_creds *c = NULL;
         struct kdbus_cmd_name_info *cmd;
         struct kdbus_name_info *name_info;