summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-24 17:09:41 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-24 17:10:32 +0100
commit6617082bc8467b88b7923353fe0ab7ba0ad1b98c (patch)
treea9ab0cc5dec93081ba6a63d7a47c569bb7d3e2d5 /src
parentaad2652326dea4c6b51002f3e62e1fd2dac7931d (diff)
resolved: remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/resolve/resolved-bus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resolve/resolved-bus.c b/src/resolve/resolved-bus.c
index 1908cae2b7..a43aa59cc0 100644
--- a/src/resolve/resolved-bus.c
+++ b/src/resolve/resolved-bus.c
@@ -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;