aboutsummaryrefslogtreecommitdiffstats
path: root/common/network/Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/network/Socket.h')
-rw-r--r--common/network/Socket.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/network/Socket.h b/common/network/Socket.h
index 7085d73a..34b8db8e 100644
--- a/common/network/Socket.h
+++ b/common/network/Socket.h
@@ -26,7 +26,6 @@
#include <limits.h>
#include <rdr/FdInStream.h>
#include <rdr/FdOutStream.h>
-#include <rdr/Exception.h>
namespace network {
@@ -107,10 +106,6 @@ namespace network {
ConnectionFilter* filter;
};
- struct SocketException : public rdr::SystemException {
- SocketException(const char* text, int err_) : rdr::SystemException(text, err_) {}
- };
-
}
#endif // __NETWORK_SOCKET_H__