From: Peizhao Ou Date: Wed, 24 Jan 2018 23:19:22 +0000 (-0800) Subject: Removes BronsonAVLTree from sequential map X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=5d453642ca115d6086e49f441bfff46b64abadb5 Removes BronsonAVLTree from sequential map --- diff --git a/test/stress/sequential/sequential-map/insdelfind/CMakeLists.txt b/test/stress/sequential/sequential-map/insdelfind/CMakeLists.txt index 033bec64..7616f4f8 100644 --- a/test/stress/sequential/sequential-map/insdelfind/CMakeLists.txt +++ b/test/stress/sequential/sequential-map/insdelfind/CMakeLists.txt @@ -17,7 +17,7 @@ set(CDSSTRESS_MAP_INSDELFIND_HP_SOURCES set(CDSSTRESS_MAP_INSDELFIND_RCU_SOURCES ../../../main.cpp map_insdelfind.cpp - map_insdelfind_bronsonavltree.cpp + #map_insdelfind_bronsonavltree.cpp map_insdelfind_ellentree_rcu.cpp map_insdelfind_feldman_hashset_rcu.cpp map_insdelfind_michael_rcu.cpp