diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-14 20:05:22 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-14 20:05:22 +0000 |
commit | 83e67af9451f973f69584d45e000ae2cdd0ba325 (patch) | |
tree | 75bbd7a95c66e571897c9c97d7ba91fcc6212bfb /src | |
parent | 3a04b863465d3a9af4b601952d174c98182d5106 (diff) |
Remove an unused variable.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1674 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/core/cs_access.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/cs_access.c b/src/core/cs_access.c index d9adb1825..31e8df133 100644 --- a/src/core/cs_access.c +++ b/src/core/cs_access.c @@ -480,8 +480,6 @@ int do_levels(User * u) notice_lang(s_ChanServ, u, CHAN_LEVELS_UNKNOWN, what, s_ChanServ); } else if (stricmp(cmd, "LIST") == 0) { - int i; - notice_lang(s_ChanServ, u, CHAN_LEVELS_LIST_HEADER, chan); if (!levelinfo_maxwidth) { |