summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-11 09:39:48 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-11 09:39:48 +0000
commit9ea40ce2f7f7c5d55bf22e4b39e9903509925f1a (patch)
treee3ffc4a57095055f068a6c12eb077611cc200a08 /src/inspircd.cpp
parent0ba3bb8ade1311bd21c2285dae7aab228a14c650 (diff)
Removal of an extern
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4875 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 046b19f8c..0b56dad98 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -1042,11 +1042,3 @@ time_t InspIRCd::Time()
return TIME;
}
-classbase::classbase()
-{
- /* This is in here only to make use of ServerInstance
- * without using an ugly extern
- */
- this->age = ServerInstance->Time();
-}
-