]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] removed duplicate comment
authorYoshitaka Aharen <aharen@jprs.co.jp>
Mon, 28 Jan 2013 12:41:32 +0000 (21:41 +0900)
committerYoshitaka Aharen <aharen@jprs.co.jp>
Mon, 28 Jan 2013 12:41:32 +0000 (21:41 +0900)
src/bin/auth/tests/statistics_util.cc

index 8aca25ae2d2345989b06cf17561442d320bda25f..bb2cd5c0bbd412d2cad71c353032179e3f5b67af 100644 (file)
@@ -49,8 +49,6 @@ namespace isc {
 namespace auth {
 namespace unittest {
 
-// Test if the counters has expected values specified in expect and the others
-// are zero.
 void
 checkStatisticsCounters(const isc::data::ConstElementPtr counters,
                         const std::map<std::string, int>& expect)