]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/base.cpp
Remove unneeded Extensible inheritance and remove "age" field from classbase
[user/henk/code/inspircd.git] / src / base.cpp
index 345c17e2992980ab0087e81e7e482d25504386ea..7e0cf482a065797a2c72b4d9f438e382797d51cd 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -23,7 +23,6 @@ const int inverted_bitfields[]  =       {~1,~2,~4,~8,~16,~32,~64,~128};
 
 classbase::classbase()
 {
-       this->age = time(NULL);
 }
 
 bool Extensible::Shrink(const std::string &key)