From 1807123b86fd390a3ddec7b1ee782b43fca8e3cc Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Fri, 10 Oct 2008 12:12:22 -0400 Subject: [PATCH] remove unused variable in managerimpl.cpp --- src/managerimpl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/managerimpl.cpp b/src/managerimpl.cpp index c2dd947035..172e178537 100644 --- a/src/managerimpl.cpp +++ b/src/managerimpl.cpp @@ -2250,7 +2250,6 @@ ManagerImpl::loadAccountMap() std::string accountType; Account* tmpAccount; std::string port; - unsigned int iPort; TokenList::iterator iter = sections.begin(); while(iter != sections.end()) { -- GitLab