aboutsummaryrefslogtreecommitdiff
path: root/dep/include/sockets/SctpSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/include/sockets/SctpSocket.h')
-rw-r--r--dep/include/sockets/SctpSocket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/include/sockets/SctpSocket.h b/dep/include/sockets/SctpSocket.h
index 50757fc4b13..ed507fb1880 100644
--- a/dep/include/sockets/SctpSocket.h
+++ b/dep/include/sockets/SctpSocket.h
@@ -36,7 +36,6 @@ namespace SOCKETS_NAMESPACE {
class SocketAddress;
-
class SctpSocket : public StreamSocket
{
public:
@@ -99,7 +98,6 @@ private:
char *m_buf; ///< Temporary receive buffer
};
-
#ifdef SOCKETS_NAMESPACE
} // namespace SOCKETS_NAMESPACE
#endif