Index: uspace/lib/cpp/include/impl/unordered_map.hpp
===================================================================
--- uspace/lib/cpp/include/impl/unordered_map.hpp	(revision 90adbd76f67b3e13940c8bf9fc0ce92aecd6188d)
+++ uspace/lib/cpp/include/impl/unordered_map.hpp	(revision 04fa15862b9a9fcff3265fe8598e2ad32e2820a9)
@@ -1130,5 +1130,4 @@
                 aux::hash_multi_policy
             >;
-            using node_type = typename table_type::node_type;
 
             table_type table_;
Index: uspace/lib/cpp/include/impl/unordered_set.hpp
===================================================================
--- uspace/lib/cpp/include/impl/unordered_set.hpp	(revision 90adbd76f67b3e13940c8bf9fc0ce92aecd6188d)
+++ uspace/lib/cpp/include/impl/unordered_set.hpp	(revision 04fa15862b9a9fcff3265fe8598e2ad32e2820a9)
@@ -443,5 +443,4 @@
                 aux::hash_single_policy
             >;
-            using node_type = typename table_type::node_type;
 
             table_type table_;
@@ -860,5 +859,4 @@
                 aux::hash_multi_policy
             >;
-            using node_type = typename table_type::node_type;
 
             table_type table_;
