Updated copyright
[libcds.git] / test / stress / set / insdel_find / set_insdelfind.h
index a8778307dcd21bfc01079e4f4ea13be67fd6c7b6..4cd0bab1d10977bf2939680a04b3b9893503f0ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is a part of libcds - Concurrent Data Structures library
 
-    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016
+    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
@@ -107,8 +107,6 @@ namespace set {
                 unsigned int i = 0;
                 size_t const nNormalize = size_t(-1) / ( fixture.s_nSetSize * 2);
 
-                typedef typename Set::value_type value_type;
-
                 size_t nRand = 0;
                 while ( !time_elapsed()) {
                     nRand = cds::bitop::RandXorShift(nRand);