Browse Source

[4294] Removed todo comment per review

Thomas Markwalder 8 years ago
parent
commit
3de19ec65f
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/lib/dhcpsrv/lease_mgr.cc

+ 1 - 4
src/lib/dhcpsrv/lease_mgr.cc

@@ -59,10 +59,7 @@ LeaseMgr::recountAddressStats4() {
         return;
     }
 
-    // Zero out the global stats. (Ok, so currently there's only one
-    // that should be cleared.  "reclaimed-declined-addresses" never
-    // gets zeroed. @todo discuss with Tomek the rational of not
-    // clearing it when we clear the rest.
+    // Zero out the global stats.
     int64_t zero = 0;
     stats_mgr.setValue("declined-addresses", zero);
     stats_mgr.setValue("declined-reclaimed-addresses", zero);