File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/address.cpp
Show inline comments
 
@@ -8,14 +8,12 @@
 
 */
 

	
 
/** @file core/address.cpp Implementation of the address. */
 

	
 
#include "../../stdafx.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "address.h"
 
#include "../../debug.h"
 

	
 
#include "../../safeguards.h"
 

	
 
/**
 
@@ -430,8 +428,6 @@ void NetworkAddress::Listen(int socktype
 
		case AF_UNSPEC: return "either IPv4 or IPv6";
 
		case AF_INET:   return "IPv4";
 
		case AF_INET6:  return "IPv6";
 
		default:        return "unsupported";
 
	}
 
}
 

	
 
#endif /* ENABLE_NETWORK */