Explorar el Código

Remove an unused local variable.

Nick Mathewson hace 12 años
padre
commit
57ffef3f89
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/ext/eventdns.c

+ 0 - 1
src/ext/eventdns.c

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