removed Unbound constructor

This commit is contained in:
Guenter Obiltschnig
2016-02-28 23:39:18 +01:00
parent 86657f38f4
commit b30c4eccbe
4 changed files with 0 additions and 23 deletions

View File

@@ -53,11 +53,6 @@ MulticastSocket::MulticastSocket()
}
MulticastSocket::MulticastSocket(Unbound unbound): DatagramSocket()
{
}
MulticastSocket::MulticastSocket(SocketAddress::Family family): DatagramSocket(family)
{
#if defined(POCO_OS_FAMILY_UNIX)