Remove unused variable which causes build to fail with -Werror

This commit is contained in:
Alessandro Ghedini 2012-06-06 11:30:41 +02:00
parent f611c57c48
commit 271ced98cf

View File

@ -86,7 +86,6 @@ int zmq::pgm_socket_t::init_address (const char *network_,
pgm_error_t *pgm_error = NULL;
struct pgm_addrinfo_t hints, *res = NULL;
sa_family_t sa_family;
memset (&hints, 0, sizeof (hints));
hints.ai_family = AF_UNSPEC;