From: JINMEI Tatuya Date: Tue, 9 Oct 2012 20:28:08 +0000 (-0700) Subject: [2204] removed an obsolete comment that only made sense for the previous code. X-Git-Tag: trac2402_base~15^2~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c76f74659b3bc90b28f4af8940bd47193b92a28a;p=thirdparty%2Fkea.git [2204] removed an obsolete comment that only made sense for the previous code. --- diff --git a/src/bin/auth/datasrc_config.h b/src/bin/auth/datasrc_config.h index 678b87f556..5707c6c8a0 100644 --- a/src/bin/auth/datasrc_config.h +++ b/src/bin/auth/datasrc_config.h @@ -58,10 +58,8 @@ configureDataSourceGeneric(const isc::data::ConstElementPtr& config) { boost::shared_ptr new_lists(new ListMap); - // Get the configuration and current state. - const Map& map(config->mapValue()); - // Go through the configuration and create corresponding list. + const Map& map(config->mapValue()); for (Map::const_iterator it(map.begin()); it != map.end(); ++it) { const isc::dns::RRClass rrclass(it->first); ListPtr list(new List(rrclass));