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;