bus: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen
2013-12-01 00:26:08 +01:00
parent 27373e4427
commit 7c8e83c6d8

View 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;