Fix unused variable warning

This commit is contained in:
Willem Toorop 2015-01-14 14:17:08 +01:00
parent 065b65d3b7
commit fabf0703a8
1 changed files with 0 additions and 1 deletions

View File

@ -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))) {