Small cleanup, removed two unused variables

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1196 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-09-12 12:55:03 +00:00
parent b14156a5db
commit 92fb0ac62f
-2
View File
@@ -210,8 +210,6 @@ bool CZNC::HandleUserDeletion()
int CZNC::Loop() {
while (true) {
CString sError;
map<CString, CUser*>::iterator it;
map<CString, CUser*>::iterator end;
if (GetNeedRehash()) {
SetNeedRehash(false);