diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-02-23 20:16:59 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-02-23 20:40:51 +0100 |
commit | 662ea1b14ab2306de8c7793e6283994d695cc09d (patch) | |
tree | 04b4c5d052dfd2a7565e02a56a252fcc5b95e15c /src/resolve/resolved-bus.c | |
parent | 7c9337dae8c27b8ff963412274aa95eaf1ec04a5 (diff) |
tree-wide: remove unused variables
Diffstat (limited to 'src/resolve/resolved-bus.c')
-rw-r--r-- | src/resolve/resolved-bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resolve/resolved-bus.c b/src/resolve/resolved-bus.c index 214810362d..16cae8c1e5 100644 --- a/src/resolve/resolved-bus.c +++ b/src/resolve/resolved-bus.c @@ -1137,7 +1137,6 @@ finish: static int bus_method_resolve_service(sd_bus_message *message, void *userdata, sd_bus_error *error) { _cleanup_(dns_question_unrefp) DnsQuestion *question_idna = NULL, *question_utf8 = NULL; const char *name, *type, *domain; - _cleanup_free_ char *n = NULL; Manager *m = userdata; int family, ifindex; uint64_t flags; |