From cad53e4df4e840698af8dd54f09c1ac4e830b4eb Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Mon, 26 Feb 2024 15:37:07 -0500 Subject: [PATCH] [3253] Removed clutter modified: monitored_duration_store.h --- .../dhcp/perfmon/monitored_duration_store.h | 27 ------------------- 1 file changed, 27 deletions(-) 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;