]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: remove unused variable 2021/head
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 1908cae2b71ac25841654cbd104d44a42c3c4ef0..a43aa59cc0a8d2225ff4dbf2e9ce85b12c6c226a 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;