resolved: remove unused variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 24 Nov 2015 16:09:41 +0000 (17:09 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 24 Nov 2015 16:10:32 +0000 (17:10 +0100)
src/resolve/resolved-bus.c

index 1908cae..a43aa59 100644 (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;