From 048975386e792f91ea09d66cd24a0cc3e003b3c9 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 21 Dec 2005 00:04:43 +0000 Subject: Removed some redundant code that was commented out git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2591 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/m_spanningtree.cpp') diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index dc318b2c5..e6b9b2bb2 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -95,8 +95,6 @@ extern int MODCOUNT; enum ServerState { LISTENER, CONNECTING, WAIT_AUTH_1, WAIT_AUTH_2, CONNECTED }; /* We need to import these from the core for use in netbursts */ -/*typedef nspace::hash_map, irc::StrHashComp> user_hash; -typedef nspace::hash_map, irc::StrHashComp> chan_hash;*/ extern user_hash clientlist; extern chan_hash chanlist; -- cgit v1.2.3