Skip to content

Commit

Permalink
Unused variables removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Nov 5, 2014
1 parent 83a7d5c commit ea0af64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions C/inet/libinetsocket.c
Expand Up @@ -898,13 +898,11 @@ int get_address_family(const char* hostname)
int create_multicast_socket(const char* group, const char* port, const char* if_name)
{
int sfd, return_value;
struct sockaddr_storage oldsock;
struct sockaddr maddr, localif;
struct addrinfo hints, *result;
struct ip_mreqn mreq4;
struct ipv6_mreq mreq6;
struct in_addr any;
struct in6_addr any6;
struct ifreq interface;

memset(&maddr,0,sizeof(maddr));
Expand Down

0 comments on commit ea0af64

Please sign in to comment.