remove DatagramSocket Unbound constructor

This commit is contained in:
Guenter Obiltschnig
2016-02-29 10:17:30 +01:00
parent 3d1a094725
commit 1a8479f7ea
6 changed files with 0 additions and 38 deletions

View File

@@ -53,11 +53,6 @@ MulticastSocket::MulticastSocket()
}
MulticastSocket::MulticastSocket(Unbound unbound): DatagramSocket(unbound)
{
}
MulticastSocket::MulticastSocket(IPAddress::Family family): DatagramSocket(family)
{
}