summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-11 09:23:46 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-11 09:23:46 +0000
commit76ebc88ccd6fef0bf2d97b607829fb3466e273af (patch)
tree6b02e7979ce1c4bf75cfc6e59d9de534ccf22827 /src/inspsocket.cpp
parent488932d457b16a778d75cf2a8213dd9a94058403 (diff)
extern time_t TIME -> InspIRCd::Time()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4873 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index aa3b68ed5..c99dedf96 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -31,8 +31,6 @@ using irc::sockets::OpenTCPSocket;
using irc::sockets::insp_inaddr;
using irc::sockets::insp_sockaddr;
-extern time_t TIME;
-
InspSocket::InspSocket(InspIRCd* SI)
{
this->state = I_DISCONNECTED;