summaryrefslogtreecommitdiffstats
path: root/include/osl/socket.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/socket.hxx')
-rw-r--r--include/osl/socket.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/osl/socket.hxx b/include/osl/socket.hxx
index 78bb4b1c3768..0227095df089 100644
--- a/include/osl/socket.hxx
+++ b/include/osl/socket.hxx
@@ -433,11 +433,6 @@ namespace osl
{}
- inline StreamSocket::StreamSocket( const StreamSocket & socket )
- : Socket( socket )
- {}
-
-
inline sal_Int32 StreamSocket::read(void* pBuffer, sal_uInt32 n)
{
return osl_readSocket( m_handle, pBuffer, n );