Index: uspace/lib/cpp/include/internal/hash_table.hpp
===================================================================
--- uspace/lib/cpp/include/internal/hash_table.hpp	(revision 402f18d632d3ffb3d1a92d4b85838681e4ca5e5a)
+++ uspace/lib/cpp/include/internal/hash_table.hpp	(revision 6177cfd0fffc28e16f9756dbca89d58f3bac94ae)
@@ -137,6 +137,4 @@
     struct hash_single_policy
     {
-        // TODO: umap/uset operations
-
         template<class Table, class Key>
         static typename Table::size_type count(const Table& table, const Key& key)
@@ -213,6 +211,4 @@
     struct hash_multi_policy
     {
-        // TODO: umultimap/umultiset operations
-
         template<class Table, class Key>
         static typename Table::size_type count(const Table& table, const Key& key)
