From d9e3bb8d4343643504ab7ee6ab943a000065cc8a Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 13 Sep 2009 20:31:54 +0000 Subject: Remove redundant ServerInstance* fields It has been impossible to have more than one InspIRCd* object in the same address space for some time now, and this feature was never used. This formalizes class InspIRCd as a singleton object. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11703 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index 81381ab8b..4e960ec64 100644 --- a/include/modules.h +++ b/include/modules.h @@ -425,9 +425,6 @@ class ConfigReader; class CoreExport Module : public Extensible { public: - /** Creator/owner pointer - */ - InspIRCd* ServerInstance; /** File that this module was loaded from */ std::string ModuleSourceFile; -- cgit v1.2.3