Merge pull request #364 from AlexBio/fix_unused_variable

Remove unused variable which causes build to fail with -Werror
This commit is contained in:
Ian Barber 2012-06-06 07:16:29 -07:00
commit 1dcedf7ab1

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;