From: Dmitry Kurochkin Date: Tue, 4 Oct 2011 17:26:14 +0000 (+0400) Subject: Remove useless typedef from DeactivateRegistered(). X-Git-Tag: BumpSslServerFirst.take01~122^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cfb0a7d469192b81186b4aa9f2216db9c833847;p=thirdparty%2Fsquid.git Remove useless typedef from DeactivateRegistered(). --- diff --git a/src/base/RunnersRegistry.cc b/src/base/RunnersRegistry.cc index 87ac733f7b..700dd5653c 100644 --- a/src/base/RunnersRegistry.cc +++ b/src/base/RunnersRegistry.cc @@ -44,7 +44,6 @@ void DeactivateRegistered(const RunnerRegistry ®istryId) { Runners &runners = GetRunners(registryId); - typedef Runners::iterator RRI; while (!runners.empty()) { delete runners.back(); runners.pop_back();