resolved: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen
2015-11-24 17:09:41 +01:00
parent aad2652326
commit 6617082bc8

View File

@@ -1011,7 +1011,6 @@ finish:
}
static int bus_method_resolve_service(sd_bus_message *message, void *userdata, sd_bus_error *error) {
_cleanup_(dns_resource_key_unrefp) DnsResourceKey *key = NULL;
_cleanup_(dns_question_unrefp) DnsQuestion *question = NULL;
const char *name, *type, *domain, *joined;
_cleanup_free_ char *n = NULL;