diff options
-rw-r--r-- | include/inspsocket.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index 6d234134e..ebdea5e4e 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -56,11 +56,6 @@ enum BufferedSocketError class BufferedSocket; class InspIRCd; -using irc::sockets::insp_sockaddr; -using irc::sockets::insp_inaddr; -using irc::sockets::insp_ntoa; -using irc::sockets::insp_aton; - /** Used to time out socket connections */ class CoreExport SocketTimeout : public Timer |