mirror of https://github.com/getdnsapi/getdns.git
Fix unused variable warning
This commit is contained in:
parent
065b65d3b7
commit
fabf0703a8
|
@ -289,7 +289,6 @@ main(int argc, char **argv)
|
|||
char *response_str;
|
||||
getdns_return_t r;
|
||||
getdns_dict *address = NULL;
|
||||
int t;
|
||||
|
||||
name = the_root;
|
||||
if ((r = getdns_context_create(&context, 1))) {
|
||||
|
|
Loading…
Reference in New Issue