mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-20 19:45:22 +02:00
connection: Remove unused timeout feature
Was only used for a unit test and incorrectly at that.
This commit is contained in:
@@ -51,12 +51,6 @@ public:
|
||||
InvalidIncomingDataException(const char *s) : BaseException(s) {}
|
||||
};
|
||||
|
||||
class NoIncomingDataException : public BaseException
|
||||
{
|
||||
public:
|
||||
NoIncomingDataException(const char *s) : BaseException(s) {}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
class SocketException : public BaseException
|
||||
|
Reference in New Issue
Block a user