From bada6666c70977a058755ccf232e7d67b24adeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:21:29 +0200 Subject: New upstream release --- libcult/cult/os/net/multicast-socket.cxx | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 libcult/cult/os/net/multicast-socket.cxx (limited to 'libcult/cult/os/net/multicast-socket.cxx') diff --git a/libcult/cult/os/net/multicast-socket.cxx b/libcult/cult/os/net/multicast-socket.cxx deleted file mode 100644 index 64710cf..0000000 --- a/libcult/cult/os/net/multicast-socket.cxx +++ /dev/null @@ -1,26 +0,0 @@ -// file : cult/os/net/multicast-socket.cxx -// author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Boris Kolpackov -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -#include - -namespace Cult -{ - namespace OS - { - namespace Net - { - MulticastSocket:: - MulticastSocket () - { - } - - MulticastSocket:: - ~MulticastSocket () - { - } - } - } -} - -- cgit v1.2.3