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

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

	
 
#ifdef ENABLE_NETWORK
 

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

	
 
@@ -433,5 +431,3 @@ void NetworkAddress::Listen(int socktype
 
		default:        return "unsupported";
 
	}
 
}
 

	
 
#endif /* ENABLE_NETWORK */