mirror of
https://github.com/anope/anope.git
synced 2026-06-29 12:16:38 +02:00
Use C++11 default initializers and destructors where possible.
This commit is contained in:
@@ -567,10 +567,6 @@ ListenSocket::ListenSocket(const Anope::string &bindip, int port, bool i)
|
||||
throw SocketException("Unable to listen: " + Anope::LastError());
|
||||
}
|
||||
|
||||
ListenSocket::~ListenSocket()
|
||||
{
|
||||
}
|
||||
|
||||
bool ListenSocket::ProcessRead()
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user