Fixed Clang build
[libcds.git] / test / unit / list / test_kv_list_rcu.h
index 9b26317c3ff3e227fd54b00098c03cab161f00d5..660c37b1121037b4cffd5a17d561f3556d834cf5 100644 (file)
@@ -45,9 +45,6 @@ namespace cds_test {
             // Postcondition: list is empty
 
             static const size_t nSize = 20;
-            typedef typename List::key_type    list_key_type;
-            typedef typename List::mapped_type list_mapped_type;
-            typedef typename List::value_type  list_value_type;
             struct key_val {
                 int key;
                 int val;