From 57a5c3b9b33f0c7c55e7f5feee1df35de3482e16 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 19:12:04 +0000 Subject: [PATCH] Take out broken id git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4305 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/base.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/base.h b/include/base.h index 12538defa..fa3399e29 100644 --- a/include/base.h +++ b/include/base.h @@ -36,13 +36,12 @@ class classbase /** Time that the object was instantiated (used for TS calculation etc) */ time_t age; - static unsigned long id; /** Constructor, * Sets the object's time */ - classbase() { age = TIME; id++; } - ~classbase() { id--; } + classbase() { age = TIME; } + ~classbase() { } }; /** class Extensible is the parent class of many classes such as userrec and chanrec. -- 2.39.5