summaryrefslogtreecommitdiff
path: root/Ivy/ThreadedSocket.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/ThreadedSocket.cxx')
-rw-r--r--Ivy/ThreadedSocket.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Ivy/ThreadedSocket.cxx b/Ivy/ThreadedSocket.cxx
index f14d79a..c93ffa9 100644
--- a/Ivy/ThreadedSocket.cxx
+++ b/Ivy/ThreadedSocket.cxx
@@ -335,10 +335,6 @@ int CThreadedSocket::Socket(int nSocketType, int nProtocolType, int nAddressForm
m_hSocket = socket(nAddressFormat,nSocketType,nProtocolType);
- if ( m_hSocket < 0 )
- {
- return m_hSocket;
- }
return m_hSocket;
//return StartListener();
}