fixed a gcc whine

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402057
This commit is contained in:
David Anderson 2008-04-13 06:08:47 +00:00
parent 046ce18e8b
commit 101d2359de

View File

@ -162,8 +162,6 @@ private:
c -= (unsigned)'a'; c -= (unsigned)'a';
assert(c >= 0 && c < 26);
if (!g_Admins.FindFlag(key, &g_FlagLetters[c])) if (!g_Admins.FindFlag(key, &g_FlagLetters[c]))
{ {
ParseError(states, "Unrecognized admin level \"%s\"", key); ParseError(states, "Unrecognized admin level \"%s\"", key);