summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.cpp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-09-02 06:36:45 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-09-12 15:56:20 +0200
commit30327872e0d7989220a28a91a39d847dacca406d (patch)
treee922ff8448dd000d7670ad45dee1a68362d26555 /drivers/unix/os_unix.cpp
parent1b99806b478b823ff04ad0e2538e211e55c037cb (diff)
downloadredot-engine-30327872e0d7989220a28a91a39d847dacca406d.tar.gz
Unify StreamPeerTCP/TCP_Server with NetSocket API
Diffstat (limited to 'drivers/unix/os_unix.cpp')
-rw-r--r--drivers/unix/os_unix.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/os_unix.cpp b/drivers/unix/os_unix.cpp
index 3cca16ee25..1225d00aad 100644
--- a/drivers/unix/os_unix.cpp
+++ b/drivers/unix/os_unix.cpp
@@ -40,8 +40,6 @@
#include "drivers/unix/net_socket_posix.h"
#include "drivers/unix/rw_lock_posix.h"
#include "drivers/unix/semaphore_posix.h"
-#include "drivers/unix/stream_peer_tcp_posix.h"
-#include "drivers/unix/tcp_server_posix.h"
#include "drivers/unix/thread_posix.h"
#include "servers/visual_server.h"
@@ -125,8 +123,6 @@ void OS_Unix::initialize_core() {
#ifndef NO_NETWORK
NetSocketPosix::make_default();
- TCPServerPosix::make_default();
- StreamPeerTCPPosix::make_default();
IP_Unix::make_default();
#endif