diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-13 13:16:22 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-13 13:16:22 +0000 |
commit | 89d956ff8b12ff47fbdeb90db5b8faa72be4d696 (patch) | |
tree | 7700327b72f6613be94f5f69744f254248ca7871 | |
parent | 7f9bd93b12be4c32f38f4e55cd45337aba2bc1e4 (diff) |
Remove unneeded namespace stuff.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10535 e03df62e-2008-0410-955e-edbf42e46eb7
-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 |