Fixed -Wshadow warning
[libcds.git] / cds / intrusive / cuckoo_set.h
index 951f5e7fd652f5d4e5f00d0be28b0986b6815469..9508c24ae861125e95c812d87663d10fcbccd293 100644 (file)
@@ -2171,7 +2171,6 @@ namespace cds { namespace intrusive {
                 memcpy( pOldTable, m_BucketTable, sizeof(pOldTable));
                 allocate_bucket_tables( nCapacity );
 
-                typedef typename bucket_entry::iterator bucket_iterator;
                 hash_array arrHash;
                 position arrPos[ c_nArity ];