tree-wide: remove unused variables

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-11-29 08:58:31 +01:00
parent 564c44436c
commit ae96c4eb2c
2 changed files with 0 additions and 2 deletions

View file

@ -86,7 +86,6 @@ DnsQueryCandidate* dns_query_candidate_free(DnsQueryCandidate *c) {
}
static int dns_query_candidate_next_search_domain(DnsQueryCandidate *c) {
_cleanup_(dns_search_domain_unrefp) DnsSearchDomain *previous = NULL;
DnsSearchDomain *next = NULL;
assert(c);

View file

@ -357,7 +357,6 @@ int dns_name_concat(const char *a, const char *b, char **_ret) {
assert(a);
for (;;) {
_cleanup_free_ char *t = NULL;
char label[DNS_LABEL_MAX];
int k;