From 92fb0ac62f7b871e50f610e29557826799c7a151 Mon Sep 17 00:00:00 2001 From: psychon Date: Fri, 12 Sep 2008 12:55:03 +0000 Subject: [PATCH] Small cleanup, removed two unused variables git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1196 726aef4b-f618-498e-8847-2d620e286838 --- znc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/znc.cpp b/znc.cpp index cba5d6fe..23e059dd 100644 --- a/znc.cpp +++ b/znc.cpp @@ -210,8 +210,6 @@ bool CZNC::HandleUserDeletion() int CZNC::Loop() { while (true) { CString sError; - map::iterator it; - map::iterator end; if (GetNeedRehash()) { SetNeedRehash(false);