From d02a5866d4fdedec9219aeca0a6048828b394fd2 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 Aug 2006 21:19:19 +0000 Subject: Mass-tidyup of module global vars, theyre no longer global vars. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4856 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/xline.cpp') diff --git a/src/xline.cpp b/src/xline.cpp index c32b7bd39..6584a70e6 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -40,10 +40,6 @@ using namespace std; extern InspIRCd* ServerInstance; -extern int MODCOUNT; -extern std::vector modules; -extern std::vector factory; - /* Version two, now with optimized expiry! * * Because the old way was horrendously slow, the new way of expiring xlines is very -- cgit v1.2.3