From: Thomas Hindoe Paaboel Andersen Date: Wed, 16 Dec 2015 18:33:20 +0000 (+0100) Subject: resolve: remove unused variable X-Git-Tag: v229~203^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2180%2Fhead;p=thirdparty%2Fsystemd.git resolve: remove unused variable --- diff --git a/src/resolve/resolved-dns-cache.c b/src/resolve/resolved-dns-cache.c index 676fa08ffb5..62713b5a6a3 100644 --- a/src/resolve/resolved-dns-cache.c +++ b/src/resolve/resolved-dns-cache.c @@ -784,8 +784,6 @@ int dns_cache_export_shared_to_packet(DnsCache *cache, DnsPacket *p) { DnsCacheItem *j; LIST_FOREACH(by_key, j, i) { - _cleanup_free_ char *t = NULL; - if (!j->rr) continue;