Remove an unused local variable.

This commit is contained in:
Nick Mathewson 2013-03-18 14:30:11 -04:00
parent 3894efc760
commit 57ffef3f89

View File

@ -2275,7 +2275,6 @@ _evdns_nameserver_add_impl(const struct sockaddr *address,
const struct nameserver *server = server_head, *const started_at = server_head;
struct nameserver *ns;
int flags;
int err = 0;
if (server) {