test-dnssec: drop unused variable

(zjs: the tree is now back to 0b2abe0f034f7f2d8654adb11b516d1090ec9a9c.)
This commit is contained in:
Lennart Poettering 2016-04-12 13:51:28 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent a82394c889
commit 9a0289a439
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ static void test_dnssec_verify_rrset2(void) {
_cleanup_(dns_resource_record_unrefp) DnsResourceRecord *nsec = NULL, *rrsig = NULL, *dnskey = NULL;
_cleanup_(dns_answer_unrefp) DnsAnswer *answer = NULL;
DnssecResult result;
int r;
nsec = dns_resource_record_new_full(DNS_CLASS_IN, DNS_TYPE_NSEC, "nasa.gov");
assert_se(nsec);