From: Thomas Markwalder Date: Mon, 26 Feb 2024 20:37:07 +0000 (-0500) Subject: [3253] Removed clutter X-Git-Tag: Kea-2.5.7~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad53e4df4e840698af8dd54f09c1ac4e830b4eb;p=thirdparty%2Fkea.git [3253] Removed clutter modified: monitored_duration_store.h --- diff --git a/src/hooks/dhcp/perfmon/monitored_duration_store.h b/src/hooks/dhcp/perfmon/monitored_duration_store.h index 8ab6c828ee..d4866d5b00 100644 --- a/src/hooks/dhcp/perfmon/monitored_duration_store.h +++ b/src/hooks/dhcp/perfmon/monitored_duration_store.h @@ -55,33 +55,6 @@ typedef boost::multi_index_container< boost::multi_index::tag, boost::multi_index::identity > - /// @todo more indexes start here... -#if 0 - /// @todo toss this ... did this before I figured out how to use - /// DurationKey::operator< - , - boost::multi_index::ordered_unique< - boost::multi_index::tag, - boost::multi_index::composite_key< - MonitoredDuration, - // The query packet type - boost::multi_index::const_mem_fun, - // The response packet type - boost::multi_index::const_mem_fun, - // The start event label - boost::multi_index::const_mem_fun, - // The end event label - boost::multi_index::const_mem_fun, - // The subnet id - boost::multi_index::const_mem_fun - > - > -#endif > > MonitoredDurationContainer;