resolve: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-12-16 19:33:20 +01:00
parent 111befce55
commit b78b0b674f

View file

@ -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;