summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-04 23:28:57 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-04 23:28:57 +0000
commitc2d1f2cdafb0a38446844f6bd3d683e8636e37b4 (patch)
treea9427eff9698f3b4921018de660c70b5ed40bba5 /include
parent222e912fc3e4a09bba3d9aeef815b6c364c5c71c (diff)
Convert a whole bunch more
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9620 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/u_listmode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/u_listmode.h b/include/u_listmode.h
index 61caa7c52..67e8934e5 100644
--- a/include/u_listmode.h
+++ b/include/u_listmode.h
@@ -176,7 +176,6 @@ class ListModeBase : public ModeHandler
{
irc::modestacker modestack(false);
std::deque<std::string> stackresult;
- //const char* mode_junk[MAXMODES+2];
std::vector<std::string> mode_junk;
mode_junk[0] = channel->name;